This commit is contained in:
2024-11-25 01:00:51 +03:00
parent 11c3026738
commit 2ff6c22e0b
6 changed files with 1 additions and 17 deletions

View File

@@ -1,9 +0,0 @@
import os
import redis.asyncio as connection
REDIS_HOST = os.getenv('REDIS_HOST', 'localhost')
REDIS_PASSWORD = os.getenv('REDIS_PASSWORD')
database = connection.Redis(host=REDIS_HOST, password=REDIS_PASSWORD)