final case class CommandInfo(name: String, arity: Int, flags: CommandFlags, firstKeyPosition: Int, lastKeyPosition: Int, keyStepCount: Int) extends Product with Serializable
Holds information about a Redis
command. This type is returned by the
COMMAND and COMMAND INFO command
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All