case class CommandGetKeys(command: String) extends Request[List[String]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandGetKeys
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val repliesCount: Int
- Definition Classes
- Request
- def toString(): String
- Definition Classes
- Request → AnyRef → Any