case class CommandInfo(commands: String*) extends Request[Map[String, scredis.CommandInfo]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommandInfo
- Serializable
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CommandInfo(commands: String*)
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- val commands: String*
-
def
decode: Decoder[Map[String, scredis.CommandInfo]]
- Definition Classes
- CommandInfo → Request
-
def
future: Future[Map[String, scredis.CommandInfo]]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
-
val
repliesCount: Int
- Definition Classes
- Request
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any