]> git.saurik.com Git - redis.git/commit - src/redis.c
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)
commitf1eaf572005ea3a0c8687ec96b3d13ae77be3908
tree4ef0d897f05b007231973dab2b59adc172f7041f
parent749817b7c3873f66c42e75a2bdc9b6a5aad5d67f
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