]> git.saurik.com Git - redis.git/commit - src/sentinel.c
Sentinel: do not crash against slaves not publishing the runid.
authorantirez <antirez@gmail.com>
Thu, 30 Aug 2012 15:57:02 +0000 (17:57 +0200)
committerantirez <antirez@gmail.com>
Thu, 30 Aug 2012 16:01:52 +0000 (18:01 +0200)
commit6276434ad22ded9f5bf9997137c311e447154908
treeafeb87bf5e32e56ee4e124611c4588386c59afba
parent58186b9dcf88cd2132ac0ff4bd3a12304819cc4e
Sentinel: do not crash against slaves not publishing the runid.

Older versions of Redis (before 2.4.17) don't publish the runid field in
INFO. This commit makes Sentinel able to handle that without crashing.
src/sentinel.c