Giter VIP home page Giter VIP logo

Comments (2)

fiorix avatar fiorix commented on August 30, 2024

Yes it should work fine.. maybe we just forgot to add that to the list of supported methods for sharding. I just added, please give it a try and let us know.
Thanks!

from txredisapi.

jhorman avatar jhorman commented on August 30, 2024

Thanks.

The more I look at the api the more I think you shouldn't restrict the methods callable from the RedisShardingAPI. Since you support the bracket syntax for extracting the token to use to lookup the node, I am able to use most redis api calls effectively.

Even calls like RPOPLPUSH which could get confusing can be done.

RPOPLPUSH(queue, backupqueue)

This would be a problem if you assumed you could now do a

RPOP(backupqueue)

and find the item since backupqueue hashes differently.

Except instead you can do

RPOPLPUSH(queue-{queue}, backupqueue-{queue})

I guess my preference is to allow developers to shoot themselves in the foot, but give them some warnings.

from txredisapi.

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.