vertx / io.vertx.reactivex.redis / RedisTransaction / rxUnlink

rxUnlink

open fun rxUnlink(key: String): Single<String>

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

Parameters

key - Key string

Return