suspend fun RedisAsyncConnection<String, String...
# coroutines
t
suspend fun RedisAsyncConnection<String, String>.getAsync(key: String): String = suspendCoroutine { cont -> cont.resume(this.get(key).get()) }
e
Pleas use triple backticks for code