vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / unlinkManyAwait

unlinkManyAwait

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

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