suspend fun RedisTransaction.unlinkAwait(key: String): String
Delete a key asynchronously in another thread. Otherwise it is just as DEL, but non blocking.
key - Key string
key
handler -
handler
Return