case class ZRangeByLex[R, CC[X] <: Traversable[X]](key: String, min: LexicalScoreLimit, max: LexicalScoreLimit, limitOpt: Option[(Long, Int)])(implicit evidence$4: Reader[R], cbf: CanBuildFrom[Nothing, R, CC[R]]) extends Request[CC[R]] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZRangeByLex
- Serializable
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ZRangeByLex(key: String, min: LexicalScoreLimit, max: LexicalScoreLimit, limitOpt: Option[(Long, Int)])(implicit arg0: Reader[R], cbf: CanBuildFrom[Nothing, R, CC[R]])
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
-
def
decode: PartialFunction[Response, CC[R]]
- Definition Classes
- ZRangeByLex → Request
-
def
future: Future[CC[R]]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
-
val
key: String
- Definition Classes
- ZRangeByLex → Key
- val limitOpt: Option[(Long, Int)]
- val max: LexicalScoreLimit
- val min: LexicalScoreLimit
-
val
repliesCount: Int
- Definition Classes
- Request
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any