Vali Dr
2018-11-01 03:17:08 UTC
Hello
Is there a way to make some redis instances work in master-master-master mode?
What I'm trying to accomplish:
- I want to have a redis instance of a few gb on each host.
- I want my code to get/set values on localhost. ( Cache )
- I want all written/deleted/updated/expired values to replicate to all nodes when written to localhost.
- I want to be able to take down or put up nodes without worry ( if it's down all good, if it comes up, get a copy from whether nodes are up )
Is there something that does this/can do this?
Ps: It's ok some data gets set multiple times due to concurrency / network lag.
The idea is to save on the network latency in the scripts that use this data (set/get/delete) for some data that's needed on all nodes that's mostly semi-static, but updated enough to matter ( ex write 100mb), and to simply adding nodes/master high availability.
Is there a way to make some redis instances work in master-master-master mode?
What I'm trying to accomplish:
- I want to have a redis instance of a few gb on each host.
- I want my code to get/set values on localhost. ( Cache )
- I want all written/deleted/updated/expired values to replicate to all nodes when written to localhost.
- I want to be able to take down or put up nodes without worry ( if it's down all good, if it comes up, get a copy from whether nodes are up )
Is there something that does this/can do this?
Ps: It's ok some data gets set multiple times due to concurrency / network lag.
The idea is to save on the network latency in the scripts that use this data (set/get/delete) for some data that's needed on all nodes that's mostly semi-static, but updated enough to matter ( ex write 100mb), and to simply adding nodes/master high availability.
--
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Redis DB" group.
To unsubscribe from this group and stop receiving emails from it, send an email to redis-db+***@googlegroups.com.
To post to this group, send email to redis-***@googlegroups.com.
Visit this group at https://groups.google.com/group/redis-db.
For more options, visit https://groups.google.com/d/optout.