diff options
author | antirez <antirez@gmail.com> | 2012-07-23 12:54:52 +0200 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2012-07-23 13:14:44 +0200 |
commit | 6b5daa2df2a0711a25746cb025927dc3deb7717e (patch) | |
tree | 61a91d0834b0d327f4de9fe56d842303a730b9fc /.gitignore | |
parent | 03f412ddef44726ac32fa2f33a40037adb1b1b13 (diff) | |
download | redis-6b5daa2df2a0711a25746cb025927dc3deb7717e.tar.gz |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5f262c461..c94c5ac93 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ *.log redis-cli redis-server +redis-sentinel redis-benchmark redis-check-dump redis-check-aof @@ -24,3 +25,4 @@ deps/lua/src/luac deps/lua/src/liblua.a .make-* .prerequisites +*.dSYM |