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
Return