From 6b5daa2df2a0711a25746cb025927dc3deb7717e Mon Sep 17 00:00:00 2001 From: antirez Date: Mon, 23 Jul 2012 12:54:52 +0200 Subject: 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') 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 -- cgit v1.2.1