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

Sentinel and server at parallele

Open jorijinnall opened this issue 7 years ago • 4 comments

Hello,

I would be good to be able to run a redis-server instance on default port (6379) and sentinel instance at the same time. I propose a modification of the role to handle this capacity.

jorijinnall avatar Mar 12 '18 11:03 jorijinnall

I've already done the same thing in our code base. Would love to see it merged.

eRadical avatar Mar 17 '18 16:03 eRadical

My only concern with this is that it changes behavior for users that relied only on the redis_sentinel flag, but I don't think that's too big of a deal. I'll get this merged after I confirm the test-kitchen runs still work and the documentation is updated.

DavidWittman avatar Mar 19 '18 15:03 DavidWittman

At my workplace we're also running the same configuration -- we have a number of dev redis clusters that run sentinel and redis on the same VM. This patch applies cleanly and works well.

nogweii avatar Jul 09 '18 18:07 nogweii

Hello. Any update on this PR ? It would be good to have it ...

smutel avatar Mar 22 '21 11:03 smutel