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