Cool, it works: :slightly_smiling_face: ``` suspen...
# coroutines
d
Cool, it works: 🙂
Copy code
suspend fun RedisKey.hincrby(member: String, increment: Long): Long = vx { client.hincrby(key, member, increment, it) }
and btw: no issue found with new corroutines