]> git.saurik.com Git - redis.git/commit
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, 27 Sep 2012 11:06:01 +0000 (13:06 +0200)
commitef792fc95067472494ce9c1cc179aad00ca45fae
tree260e79ace4d0030fda045571ae4bf871f133ee41
parentde499f7f7ebe22087e0f2dda963de38d15003093
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