vertx / io.vertx.reactivex.redis / RedisTransaction / rxUnlinkMany

rxUnlinkMany

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

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

Parameters

keys - List of keys to delete

Return