o

scredis.protocol.requests

ClusterRequests

object ClusterRequests

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClusterRequests
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class ClusterAddSlots(slots: Long*) extends Request[Unit] with Product with Serializable
  2. case class ClusterCountFailureReports(nodeId: String) extends Request[Long] with Cluster with Product with Serializable
  3. case class ClusterCountKeysInSlot(slot: Long) extends Request[Long] with Cluster with Product with Serializable
  4. case class ClusterDelSlots(slots: Long*) extends Request[Unit] with Product with Serializable
  5. case class ClusterFailover() extends Request[Unit] with Product with Serializable
  6. case class ClusterFailoverForce() extends Request[Unit] with Product with Serializable
  7. case class ClusterFailoverTakeover() extends Request[Unit] with Product with Serializable
  8. case class ClusterForget(nodeId: String) extends Request[Unit] with Product with Serializable
  9. case class ClusterGetKeysInSlot[CC[X] <: Iterable[X]](slot: Long, count: Long)(implicit factory: Factory[String, CC[String]]) extends Request[CC[String]] with Product with Serializable
  10. case class ClusterInfo() extends Request[Map[String, String]] with Cluster with Product with Serializable
  11. case class ClusterKeyslot(key: String) extends Request[Long] with Cluster with Product with Serializable
  12. case class ClusterMeet(ip: String, port: Long) extends Request[Unit] with Product with Serializable
  13. case class ClusterNodes() extends Request[Seq[ClusterNode]] with Cluster with Product with Serializable
  14. case class ClusterReplicate(nodeId: String) extends Request[Unit] with Product with Serializable
  15. case class ClusterReset() extends Request[Unit] with Cluster with Product with Serializable
  16. case class ClusterResetHard() extends Request[Unit] with Product with Serializable
  17. case class ClusterResetSoft() extends Request[Unit] with Product with Serializable
  18. case class ClusterSaveConfig() extends Request[Unit] with Product with Serializable
  19. case class ClusterSetConfigEpoch(configEpoch: Long) extends Request[Unit] with Product with Serializable
  20. case class ClusterSetSlotImporting(slot: Long, sourceNode: String) extends Request[Unit] with Product with Serializable
  21. case class ClusterSetSlotMigrating(slot: Long, destinationNode: String) extends Request[Unit] with Product with Serializable
  22. case class ClusterSetSlotNode(slot: Long, nodeId: String) extends Request[Unit] with Product with Serializable
  23. case class ClusterSetSlotStable(slot: Long) extends Request[Unit] with Product with Serializable
  24. case class ClusterSlaves(nodeId: String) extends Request[Seq[ClusterNode]] with Cluster with Product with Serializable
  25. case class ClusterSlots() extends Request[List[ClusterSlotRange]] with Cluster with Product with Serializable

Value Members

  1. def clusterNodeDecoder: Decoder[ClusterNode]
  2. def parseClusterNode(line: String): ClusterNode
  3. def parseClusterNodes(raw: String): Seq[ClusterNode]
  4. object ClusterAddSlots extends Command with Serializable
  5. object ClusterCountFailureReports extends Command with Serializable
  6. object ClusterCountKeysInSlot extends Command with Serializable
  7. object ClusterDelSlots extends Command with Serializable
  8. object ClusterFailover extends Command with Serializable
  9. object ClusterForget extends Command with Serializable
  10. object ClusterGetKeysInSlot extends Command with Serializable
  11. object ClusterInfo extends ZeroArgCommand with Serializable
  12. object ClusterKeyslot extends Command with Serializable
  13. object ClusterMeet extends Command with Serializable
  14. object ClusterNodes extends ZeroArgCommand with Serializable
  15. object ClusterReplicate extends Command with Serializable
  16. object ClusterReset extends Command with Serializable
  17. object ClusterSaveConfig extends ZeroArgCommand with Serializable
  18. object ClusterSetConfigEpoch extends Command with Serializable
  19. object ClusterSetSlot extends Command
  20. object ClusterSlaves extends Command with Serializable
  21. object ClusterSlots extends ZeroArgCommand with Serializable