]> 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>
Mon, 23 Jul 2012 11:14:44 +0000 (13:14 +0200)
commit6b5daa2df2a0711a25746cb025927dc3deb7717e
tree61a91d0834b0d327f4de9fe56d842303a730b9fc
parent03f412ddef44726ac32fa2f33a40037adb1b1b13
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
.gitignore
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]