You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: make Redis an optional dependency with better error handling
- Move redis and orjson to optional dependencies under [redis] extra
- Add clear ImportError messages guiding users to install with [redis] extra
- Reduce base package size by making Redis dependencies opt-in
0 commit comments