]> git.saurik.com Git - redis.git/commit
Fix for Pub/Sub system, introduced in Redis 2.2.6 with the new copy-on-write safe...
authorantirez <antirez@gmail.com>
Wed, 25 May 2011 10:29:14 +0000 (12:29 +0200)
committerantirez <antirez@gmail.com>
Wed, 25 May 2011 10:32:15 +0000 (12:32 +0200)
commitefc3408748061a08ec5ff18e392c30f31f5094a2
tree8a40fa9f8ac59a8ed805ca3794d84927cee4f3d5
parent27fee630f509fcca03e97e4d9632e967c81e60b8
Fix for Pub/Sub system, introduced in Redis 2.2.6 with the new copy-on-write safe iterator semantics. In the hope this is the last bug I introduced this way.
src/pubsub.c