ClusterNodeInfo

redis.api.clusters.ClusterNodeInfo
case class ClusterNodeInfo(id: String, ip_port: String, flags: String, master: String, ping_sent: Long, pong_recv: Long, config_epoch: Long, link_state: String, slots: Array[String])

Attributes

Source:
Clusters.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product