]> git.saurik.com Git - redis.git/commitdiff
Fix for issue #391.
authorantirez <antirez@gmail.com>
Thu, 15 Mar 2012 19:51:35 +0000 (20:51 +0100)
committerantirez <antirez@gmail.com>
Thu, 15 Mar 2012 19:51:39 +0000 (20:51 +0100)
Use a simple protocol between clientsCron() and helper functions to
understand if the client is still valind and clientsCron() should
continue processing or if the client was freed and we should continue
with the next one.


No differences found