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
- Remove redundant `redis_factory` parameter in favor of `factory`
- Update documentation to reflect the change from `redis_factory` to `factory`
- Adjust client initialization logic to prioritize `factory` over `client`
- Add deprecation warning for callable `client` usage
- Ensure backward compatibility for existing callable `client` usage
- Improve error handling for invalid `factory` types
- Update example code to use `factory` instead of `redis_factory`
0 commit comments