suspend fun RedisClient.delManyAwait(keys: List<String>): Long
Delete many keys
keys - List of keys to delete
keys
Return