redis-proxy icon indicating copy to clipboard operation
redis-proxy copied to clipboard

Multiple Redis-Proxy

Open tutunci opened this issue 12 years ago • 7 comments

Hi, is there any possibile configuration to have two active redis-proxy connected to the same redis group instead of an HA by keepalived or ElasticIP configuration? I mean why can't be two different servers running redis-proxy, the only issue is about how to manage master and slave on redis side. Any idea about it?

Thanks, Maurizio

tutunci avatar Feb 02 '13 18:02 tutunci

Hi, it is slightly hard, there are couple of options i am looking at, but i will post a solution soon.(next week ?)

Cheers sreekanth

sreeix avatar Feb 06 '13 13:02 sreeix

Great!!! Thank you

tutunci avatar Feb 06 '13 15:02 tutunci

Hi sreeix, Did you have some time to evaluate this improuve request?

Thanks Maurizio

tutunci avatar Mar 15 '13 21:03 tutunci

Yes, I have pushed changes that make master resolution consistent, this was a prerequisite for the above request. it is on master now, I'd like to take some help from you in testing it. If that is ok? I also want to know what your setup is so that I can try and replicate it here.

Cheers sreekanth.

sreeix avatar Mar 19 '13 04:03 sreeix

Hi Sreekanth, thanks a lot!!! I'm going to upload my sandbox.

I'm currently working on a Job Scheduler that manage time scheduled activities. Everything is stored into Redis (2.4.17 version) with a master-slave environment. Some are simple key-value data and some are key with score. A daemon continuously check into key with score (timestamp is the score) if there is something to do; so a lot of calls are made ​​to Redis. This environment must be fault tolerant so everything is duplicated.

I'll start some tests soon and update you.

Bye bye Maurizio

tutunci avatar Mar 19 '13 08:03 tutunci

Hey,

I'm right in the middle of trying to implement a no single point of failure and automated failover solution. Have you guys got this working?

Derek

derekorgan avatar May 02 '13 15:05 derekorgan

Hi Derek, I have tested it and it works well. Give it a shot and let me know how it goes.

On Thu, May 2, 2013 at 9:13 PM, Derek Organ [email protected]:

Hey,

I'm right in the middle of trying to implement a no single point of failure and automated failover solution. Have you guys got this working?

Derek

— Reply to this email directly or view it on GitHubhttps://github.com/sreeix/redis-proxy/issues/15#issuecomment-17345765 .


V Sreekanth | +91.9900.077.023 | [email protected]

sreeix avatar May 03 '13 09:05 sreeix