Giter VIP home page Giter VIP logo

Comments (6)

madolson avatar madolson commented on June 12, 2024

Can you add some additional information about what types of workloads you are trying to support. Active/Active replication is a hard problem with a lot of tradeoffs. It would be helpful to have more information about your specific usecase to inform those tradeoffs.

from valkey.

Amitgb14 avatar Amitgb14 commented on June 12, 2024

It might be this possible only on Proxy level. It make more complex if it start support in core Valkey code.

from valkey.

btzq avatar btzq commented on June 12, 2024

Can you add some additional information about what types of workloads you are trying to support. Active/Active replication is a hard problem with a lot of tradeoffs. It would be helpful to have more information about your specific usecase to inform those tradeoffs.

In our case, we currently use Redis to hold user session info for SSO purposes.

Because our setup is currently Active/Passive, when we do conduct a failover to disaster recovery site, all users will need to relogin. If there was an active/active setup for Valkey, it would be pretty great so there wouldnt be any downtime during a failover.

from valkey.

btzq avatar btzq commented on June 12, 2024

It might be this possible only on Proxy level. It make more complex if it start support in core Valkey code.

Im not quite sure how Redis Enterprise works, but im sure their version of Active/Active is done outside the core as well.

from valkey.

madolson avatar madolson commented on June 12, 2024

In our case, we currently use Redis to hold user session info for SSO purposes.

I presume that means you are using a hash or a string? Are you okay with a timestamp at the object level to determining which objects wins.

from valkey.

Amitgb14 avatar Amitgb14 commented on June 12, 2024

@btzq , I think your problem can resolved by setup proxy in-between or setup slave on secondary region and any downtime you just failover, It's great if Valkey will think to support in future

from valkey.

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.