resec
resec copied to clipboard
ReSeC- Redis Service Consul
It seems that the redis-info is incorrect updated to consul. The redis info, section 'Replication', on the redis-master server shows two connected slaves: ``` # Replication role:master connected_slaves:2 slave0:ip=10.224.199.37,port=6381,state=online,offset=942807,lag=2 slave1:ip=10.224.199.11,port=6381,state=online,offset=942807,lag=1...
ANNOUNCE_ADDR should be used as the address consul reports to clients. REDIS_ADDR should always be used internally for SLAVEOF operations.
@tzahimizrahi Is this repository still active?, I want to use this in a production setup.