vertx / io.vertx.redis / RedisTransaction / unlink

unlink

abstract 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

Since
Redis 4.0.0 group: generic