case class Command() extends Request[Map[String, scredis.CommandInfo]] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Command
- Serializable
- Serializable
- Product
- Equals
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Command()
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
- def decode: Decoder[Map[String, scredis.CommandInfo]]
-
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