fix: add app/core/redis.py shim re-exporting get_redis from auth
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
"""Redis access shim — re-exports get_redis from app.core.auth for backward compatibility."""
|
||||||
|
from app.core.auth import get_redis
|
||||||
|
|
||||||
|
__all__ = ["get_redis"]
|
||||||
Reference in New Issue
Block a user