suspend fun RedisClient.unlinkAwait(key: String): Long
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