First implementation of Redis Sentinel.
This commit implements the first, beta quality implementation of Redis Sentinel, a distributed monitoring system for Redis with notification and automatic failover capabilities. More info at http://redis.io/topics/sentinel
sentinel.conf
0 → 100644
src/sentinel.c
0 → 100644
Please register or sign in to comment