redis
.
api
clusters
package
clusters
Visibility
Public
All
Type Members
case class
ClusterNode
(
host:
String
,
port:
Int
,
id:
String
)
extends
Product
with
Serializable
case class
ClusterSlot
(
begin:
Int
,
end:
Int
,
master:
ClusterNode
,
slaves:
Seq
[
ClusterNode
]
)
extends
Comparable
[
ClusterSlot
] with
Product
with
Serializable
case class
ClusterSlots
()
extends
RedisCommand
[
MultiBulk
,
Seq
[
ClusterSlot
]] with
Product
with
Serializable
Ungrouped