vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / unlinkManyAwait

unlinkManyAwait

suspend fun RedisTransaction.unlinkManyAwait(keys: List<String>): String

Delete multiple keys asynchronously in another thread. Otherwise it is just as DEL, but non blocking.

Parameters

keys - List of keys to delete

handler - Handler for the result of this call.

Return