vertx / io.vertx.rxjava.redis / RedisTransaction / unlinkMany

unlinkMany

open 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.

Return