]> 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>
Thu, 27 Sep 2012 11:06:12 +0000 (13:06 +0200)
commitb8ce9a84c57eba13a157d7c1074254b5ce6bebd3
treec8880ea65ffb05108625baaf693b6f0250e6faf0
parent1f8bd82332b7e29ed6c9e5d8b4d17948b4dce6be
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