suspend fun RedisTransaction.hincrbyfloatAwait(key: String, field: String, increment: Double): String
Increment the float value of a hash field by the given amount
key - Key string
key
field - Field name
field
increment - Value by which to increment
increment
Return