Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

Ansible playbook hangs in interactive mode

If I run the command (redis-cli --cluster create 192.168.1.10:6379 192.168.1.11:6379 192.168.1.15:6379) from the host(192.168.1.10) it prompts me for "yes" and it's working but in ansible ...
rdaniel's user avatar
1 vote
0 answers
49 views

difference bwtween redis force failover and automatic failover caused by a master down

I want to use go-redis NewFailoverClinet as a client to set data into my database(redis-3.2.6) in a loop. Result shows using command sentinel failover <MasterName> to trigger failover could ...
uraphaelp's user avatar