Packages

final class CommandKeyMsg extends BulkStringMsg

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommandKeyMsg
  2. BulkStringMsg
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. ValidRedisMsg
  8. RedisMsg
  9. RedisReply
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CommandKeyMsg(key: ByteString)

Value Members

  1. def isCommandKey: Boolean
    Definition Classes
    CommandKeyMsgBulkStringMsg
  2. val string: ByteString
    Definition Classes
    BulkStringMsg
  3. def toString(): String
    Definition Classes
    BulkStringMsg → AnyRef → Any