]> git.saurik.com Git - redis.git/commit
don't use object sharing inside I/O threads, as a fix for a well known instability...
authorantirez <antirez@gmail.com>
Thu, 22 Jul 2010 11:08:02 +0000 (13:08 +0200)
committerantirez <antirez@gmail.com>
Thu, 22 Jul 2010 11:08:02 +0000 (13:08 +0200)
commit0e5441d8161042493fcfdacaeed2a770f1f7285c
tree8380db04eee79d8e3b4233a01a14170a1c8b67ae
parent1a71fb96697fc2af064fc221b21421ad6a8196fa
don't use object sharing inside I/O threads, as a fix for a well known instability of VM introduced with the new object sharing code
src/object.c
src/redis.c
src/redis.h