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.
key - Key to delete
key
handler - Handler for the result of this call.
handler
Return