vertx / io.vertx.reactivex.redis / RedisTransaction / unlink

unlink

open fun unlink(key: String, handler: Handler<AsyncResult<String>>): RedisTransaction

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

Parameters

key - Key string

handler -

Return