This commit is contained in:
@@ -7,4 +7,4 @@ async def init_redis():
|
|||||||
global r
|
global r
|
||||||
r = redis.Redis.from_url(
|
r = redis.Redis.from_url(
|
||||||
os.getenv("REDIS_URL", "redis://localhost"), decode_responses=True
|
os.getenv("REDIS_URL", "redis://localhost"), decode_responses=True
|
||||||
)
|
)
|
||||||
Reference in New Issue
Block a user