This commit is contained in:
5
src/shared/redis.py
Normal file
5
src/shared/redis.py
Normal file
@ -0,0 +1,5 @@
|
||||
from redis import Redis
|
||||
|
||||
from core.config import settings
|
||||
|
||||
client = Redis.from_url(settings.REDIS_URL)
|
||||
Reference in New Issue
Block a user