spring boot - Redis-3.0.5 Sentinel on Windows -
trying run 1 master 2 slave 3 sentinel setup on localhost (windows), using redis-3.0.5 64 bit, described here :
https://github.com/servicestack/redis-config.git
all instances come fine , seems communication till test failover using command :
redis-cli -p 6380 debug sleep 30
this commands returns after 30 seconds during master becomes unavailable , java app, using spring-data-redis jedis client, goes connection retry mode.
there no log messages on console or log file of redis or sentinel instances. no indcation of of 2 slaves being promoted master.
the command "sentinel get-master-addr-by-name mymaster" shows same master ip , port through 30 seconds of sleep , after.
am missing ?