]> git.saurik.com Git - redis.git/commit
Introduced a safe iterator interface that can be used to iterate while accessing...
authorantirez <antirez@gmail.com>
Tue, 10 May 2011 08:15:50 +0000 (10:15 +0200)
committerantirez <antirez@gmail.com>
Tue, 10 May 2011 08:15:50 +0000 (10:15 +0200)
commit4b53e7365c647235bbb3909596a7defe50709b67
treec618e85e97ea33b45703adb125bed92118a726c1
parentf13cb0d9de088898cd879b3912ea3e3300fc9fdf
Introduced a safe iterator interface that can be used to iterate while accessing the dictionary at the same time. Now the default interface is consireded unsafe and should be used only with dictNext()
src/dict.c
src/dict.h