vertx / io.vertx.rxjava.redis / RedisClient / unlink

unlink

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

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

Parameters

key - Key to delete

handler - Handler for the result of this call.

Return