]> git.saurik.com Git - redis.git/commit
Sentinel: reply -IDONTKNOW to get-master-addr-by-name on lack of info.
authorantirez <antirez@gmail.com>
Tue, 4 Sep 2012 14:06:53 +0000 (16:06 +0200)
committerantirez <antirez@gmail.com>
Tue, 4 Sep 2012 14:06:53 +0000 (16:06 +0200)
commit9bd0e097aa19b697757cdb73dd447e2c6f4960c6
treefd355165807d47b276375a50be72fae5483e864a
parent8bdde086ac393a22ba80b74f317f882ab6f5e63e
Sentinel: reply -IDONTKNOW to get-master-addr-by-name on lack of info.

If we don't have any clue about a master since it never replied to INFO
so far, reply with an -IDONTKNOW error to SENTINEL
get-master-addr-by-name requests.
src/sentinel.c