case class ZRange[R, CC[X] <: Iterable[X]](key: String, start: Long, stop: Long)(implicit evidence$2: Reader[R], factory: scala.collection.compat.Factory[R, CC[R]]) extends Request[CC[R]] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZRange
- Serializable
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ZRange(key: String, start: Long, stop: Long)(implicit arg0: Reader[R], factory: scala.collection.compat.Factory[R, CC[R]])
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- def decode: PartialFunction[Response, CC[R]]
-
def
future: Future[CC[R]]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
- val key: String
-
val
repliesCount: Int
- Definition Classes
- Request
- val start: Long
- val stop: Long
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any