]> git.saurik.com Git - redis.git/commitdiff
Use specific error if master is down and slave-serve-stale-data is set to no.
authorantirez <antirez@gmail.com>
Wed, 2 May 2012 15:14:45 +0000 (17:14 +0200)
committerantirez <antirez@gmail.com>
Wed, 2 May 2012 15:14:45 +0000 (17:14 +0200)
We used to reply -ERR ... message ..., now the reply is
instead -MASTERDOWN ... message ... so that it can be distinguished
easily by the other error conditions.


No differences found