]> git.saurik.com Git - redis.git/commit
First implementation of Redis Sentinel.
authorantirez <antirez@gmail.com>
Mon, 23 Jul 2012 10:54:52 +0000 (12:54 +0200)
committerantirez <antirez@gmail.com>
Thu, 27 Sep 2012 11:03:41 +0000 (13:03 +0200)
commit120ba3922d88fdf184f167b4a1bcb69ed5e18720
tree436290a41add26f6e238528f5661b16ef204d78e
parent2812b945f0a01b4066a70b985f43f6b14ef3e6eb
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 [new file with mode: 0644]
src/Makefile
src/anet.c
src/config.c
src/redis.c
src/redis.h
src/sentinel.c [new file with mode: 0644]