c
scredis.protocol.requests.ClusterRequests
ClusterGetKeysInSlot
Companion object ClusterGetKeysInSlot
case class ClusterGetKeysInSlot[CC[X] <: Iterable[X]](slot: Long, count: Long)(implicit factory: scala.collection.compat.Factory[String, CC[String]]) extends Request[CC[String]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClusterGetKeysInSlot
- Serializable
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ClusterGetKeysInSlot(slot: Long, count: Long)(implicit factory: scala.collection.compat.Factory[String, CC[String]])
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- val count: Long
-
def
decode: PartialFunction[Response, CC[String]]
- Definition Classes
- ClusterGetKeysInSlot → Request
-
def
future: Future[CC[String]]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
-
val
repliesCount: Int
- Definition Classes
- Request
- val slot: Long
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any