suspend fun RedisTransaction.incrbyfloatAwait(key: String, increment: Double): String
Increment the float value of a key by the given amount
key - Key string
key
increment - Value by which to increment
increment
handler - Handler for the result of this call.
handler
Return