abstract fun incrbyfloat(key: String, increment: Double, handler: Handler<AsyncResult<String>>): RedisTransaction
Increment the float value of a key by the given amount
increment - Value by which to increment
handler - Handler for the result of this call.
Since
Redis 2.6.0 group: string