final class CommandKeyMsg extends BulkStringMsg
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandKeyMsg
- BulkStringMsg
- Serializable
- Serializable
- Product
- Equals
- ValidRedisMsg
- RedisMsg
- RedisReply
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CommandKeyMsg(key: ByteString)
Value Members
-
def
isCommandKey: Boolean
- Definition Classes
- CommandKeyMsg → BulkStringMsg
-
val
string: ByteString
- Definition Classes
- BulkStringMsg
-
def
toString(): String
- Definition Classes
- BulkStringMsg → AnyRef → Any