]> git.saurik.com Git - redis.git/commit
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:55:14 +0000 (20:55 +0100)
commitc9d3dda29c9db6fca34599d0cf2c1243e73abfbd
tree51de2327208aa46d9f350cefb17c17f8d481fb81
parentae22bf1ef6dbfa07a485f61c119eb2e275a7916f
Fix for issue #391.

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.
src/redis.c