ClusterSlot

redis.api.clusters.ClusterSlot
case class ClusterSlot(begin: Int, end: Int, master: ClusterNode, slaves: Seq[ClusterNode]) extends Comparable[ClusterSlot]

Attributes

Source
ClusterSlot.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable[ClusterSlot]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def compareTo(x: ClusterSlot): Int

Attributes

Definition Classes
Comparable
Source
ClusterSlot.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product