Git Product home page Git Product logo

Comments (3)

ZuSe avatar ZuSe commented on August 17, 2024

+1

from redis-py-cluster.

v6 avatar v6 commented on August 17, 2024

// , 👍 This will make the code that uses this less confusing.

Until resolution, should we use a different library (redis-py) for non-cluster commands that deal with a given Redis instance directly?

from redis-py-cluster.

Grokzen avatar Grokzen commented on August 17, 2024

@v6 If you are thinking about the support that has a PR by iandy has open, yes i would suggest using that for now. I am basing my implementation on that work but with fixes for how it will work when running in a proper cluster. Because in a cluster client, you do not connection to a single node and runs the commands, but they are global and needs targeting inside some of the commands. There is need for development when switching between the 2 implementations. The only other solution would be to implement all commands inside the ClusterMgmt class that we already have here because it works in a similar fashion. I will continue with the raw commands and see how usefull the ClusterMgmtclass is in the future and maybe remove it completly or maybe i will make that one the choice. I am not sure yet.

from redis-py-cluster.

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.