case class HIncrByFloat(key: String, field: String, value: Double) extends Request[Double] with Key with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HIncrByFloat
- Serializable
- Serializable
- Product
- Equals
- Key
- Request
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
argsCount: Int
- Definition Classes
- Request
-
def
decode: PartialFunction[Response, Double]
- Definition Classes
- HIncrByFloat → Request
- val field: String
-
def
future: Future[Double]
- Definition Classes
- Request
-
def
isReadOnly: Boolean
- Definition Classes
- Request
-
val
key: String
- Definition Classes
- HIncrByFloat → Key
-
val
repliesCount: Int
- Definition Classes
- Request
-
def
toString(): String
- Definition Classes
- Request → AnyRef → Any
- val value: Double