We’re adding Coroutine support to a Redis client w...
# coroutines
m
We’re adding Coroutine support to a Redis client which follows the following naming scheme:
Copy code
// for reference: 
val api: RedisClusterCommands<String, String> = connection.sync()
val api: RedisClusterAsyncCommands<String, String> = connection.async()