suspend fun RedisTransaction.unlinkManyAwait(keys: List<String>): String
Delete multiple keys asynchronously in another thread. Otherwise it is just as DEL, but non blocking.
keys - List of keys to delete
keys
handler - Handler for the result of this call.
handler
Return