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