vertx / io.vertx.rxjava.redis / RedisClient / unlinkMany

unlinkMany

open fun unlinkMany(keys: MutableList<String>, handler: Handler<AsyncResult<Long>>): RedisClient

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