env-creds-mask
All checks were successful
Deploy on push / deploy (push) Successful in 6s

This commit is contained in:
2025-05-26 13:31:25 +03:00
parent c06a187fd6
commit 627be9a4f1
3 changed files with 98 additions and 23 deletions

View File

@@ -75,7 +75,7 @@ class ViewedStorage:
await redis.connect()
# Логируем настройки Redis соединения
logger.info(f" * Redis connection: {redis._client}")
logger.info("* Redis connected")
# Получаем список всех ключей migrated_views_* и находим самый последний
keys = await redis.execute("KEYS", "migrated_views_*")