Git Product home page Git Product logo

Comments (9)

badboy avatar badboy commented on July 19, 2024 1

Is this just about newly introduced commands in 3.2?
The Cluster API should be fairly stable between 3.0 and 3.2 (I didn't check whether the output of CLUSTER NODES changed, I will do so tomorrow)

from corvus.

badboy avatar badboy commented on July 19, 2024 1

CLUSTER NODES is the same in 3.0 and 3.2 so corvus should be able to work with Redis 3.2 without problems

from corvus.

doyoubi avatar doyoubi commented on July 19, 2024

Redis 3.2 provides some good features and supporting them may be just adding some new items to command table. But actually there is no 3.2 in our production environment and I think supporting 3.2 needs further tests. We are trying new redis version in progress but we will not support it very soon.

from corvus.

doyoubi avatar doyoubi commented on July 19, 2024

Yes, it's all about the new commands.
As long as the CLUSTER NODES, ASK(ING), MOVED are not changed, corvus should be able to work with redis 3.2.

from corvus.

badboy avatar badboy commented on July 19, 2024

So CLUSTER NODES is the same in 3.0 and 3.2, but it changed in unstable (it appends @<busport>.
In order to be forwards-compatible corvus could already add a check for that or switch to the more stable CLUSTER SLOTS API instead.

from corvus.

doyoubi avatar doyoubi commented on July 19, 2024

In fact we used CLUSTER SLOTS before #64 . The problem is after the large clusters scale up and down for several times, the slot ranges will be broken into small pieces and the response of CLUSTER SLOTS can be large and cause performance problem.

from corvus.

joshweir avatar joshweir commented on July 19, 2024

Can I assume that corvus v0.2.7 supports Redis 3.2? The release notes mention that Redis 4 is supported. Just wondering why this issue is still open? Thanks.

from corvus.

doyoubi avatar doyoubi commented on July 19, 2024

@joshweir corvus v0.2.7 is just compatible with Redis 3.2 and 4, but still doesn't support new commands of them.
Sorry for the misleading release notes. I will update it.

from corvus.

joshweir avatar joshweir commented on July 19, 2024

@doyoubi It's no problem. Thanks for the clarification.

from corvus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.