Package

redis.api

clusters

Permalink

package clusters

Visibility
  1. Public
  2. All

Type Members

  1. case class ClusterNode(host: String, port: Int, id: String) extends Product with Serializable

    Permalink
  2. case class ClusterSlot(begin: Int, end: Int, master: ClusterNode, slaves: Seq[ClusterNode]) extends Comparable[ClusterSlot] with Product with Serializable

    Permalink
  3. case class ClusterSlots() extends RedisCommand[MultiBulk, Seq[ClusterSlot]] with Product with Serializable

    Permalink

Ungrouped