vertx / io.vertx.redis / RedisTransaction / unlinkMany

unlinkMany

abstract fun unlinkMany(keys: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction

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.

Since
Redis 4.0.0 group: generic