vertx / io.vertx.rxjava.redis / RedisClient / rxUnlinkMany

rxUnlinkMany

open fun rxUnlinkMany(keys: MutableList<String>): Single<Long>

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

Parameters

keys - List of keys to delete

Return