This repository has been archived by the owner on Jan 9, 2024. It is now read-only.
1.3.2
- Fix a bug where from_url was not possible to use without passing in additional variables. Now it works as the same method from redis-py.
Note that the same rules that is currently in place for passing ip addresses/dns names into startup_nodes variable apply the same way through
the from_url method. - Added options to skip full coverage check. This flag is useful when the CONFIG redis command is disabled by the server.
- Fixed a bug where method CLUSTER SLOTS would break in newer redis versions where node id is included in the reponse. Method is not compatible with both old and new redis versions.