vertx / io.vertx.rxjava.redis / RedisClient / rxUnlink

rxUnlink

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

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

Parameters

key - Key to delete

Return