mp911de
// variant 1: suspendable val api: RedisClusterSuspendableCommands<String, String> = connection.suspendable() // variant 2: coroutine val api: RedisClusterCoroutineCommands<String, String> = connection.coroutine()
taer
A modern programming language that makes developers happier.