Closed
Description
Version 7.0.0 of Redis was recently released, and contains a variety of backwards-incompatible changes.
One such example is that version 7.0.0 has extended the number of fields in the "CLUSTER SLOTS" command response, by adding a new "hostname" field. The current code in this library returns an error when it encounters such a response, since it expects only 2 or 3 elements (the IP, Port, and optionally the ID).
Please work towards support for Version 7.0.0 by resolving this and other incompatibilities.
Metadata
Metadata
Assignees
Labels
No labels