suspend fun RedisTransaction.delManyAwait(keys: List<String>): String
Delete many keys
keys - List of keys to delete
keys
handler - Handler for the result of this call.
handler
Return