]> git.saurik.com Git - redis.git/commit - src/sentinel.c
Sentinel: check that instance still exists in reply callbacks.
authorantirez <antirez@gmail.com>
Tue, 24 Jul 2012 14:35:23 +0000 (16:35 +0200)
committerantirez <antirez@gmail.com>
Thu, 27 Sep 2012 11:04:08 +0000 (13:04 +0200)
commit8ab7e998d1d4fb67951f4f4ddb8cd110a444ba20
tree9ffbdb96dbd05e48d15058fa4c9b0b36554f4a92
parente01a415d3727f7972f2da46b662ccdfac95f839a
Sentinel: check that instance still exists in reply callbacks.

We can't be sure the instance object still exists when the reply
callback is called.
src/sentinel.c