Skip to content

Support Redis 7.0.0 #2082

Closed
Closed
@aarongable

Description

@aarongable

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions