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.
key - Key string
key
Since Redis 4.0.0 group: generic