suspend fun RedisClient.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
Return