vertx / io.vertx.kotlin.redis.client / io.vertx.redis.client.Redis

Extensions for io.vertx.redis.client.Redis

batchAwait

suspend fun Redis.batchAwait(commands: List<Request>): List<Response?>

Suspending version of method io.vertx.redis.client.Redis.batch

connectAwait

suspend fun Redis.connectAwait(): RedisConnection

Suspending version of method io.vertx.redis.client.Redis.connect

sendAwait

suspend fun Redis.sendAwait(command: Request): Response?

Suspending version of method io.vertx.redis.client.Redis.send