case class CommandGetKeys(command: String) extends Request[List[String]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandGetKeys
- Serializable
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CommandGetKeys(command: String)
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- val command: String
-
def
decode: PartialFunction[Response, List[String]]
- Definition Classes
- CommandGetKeys → Request
-
def
future: Future[List[String]]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
-
val
repliesCount: Int
- Definition Classes
- Request
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any