]> git.saurik.com Git - redis.git/commit - src/rdb.c
Use a safe iterator while saving the DB, since the getExpire() function will access...
authorantirez <antirez@gmail.com>
Fri, 17 Jun 2011 13:40:55 +0000 (15:40 +0200)
committerantirez <antirez@gmail.com>
Fri, 17 Jun 2011 13:41:22 +0000 (15:41 +0200)
commit591f29e0f5493f1e375c06ae225dc5aafe5b37fb
tree87629beadfb7fe0ca100e21e77ee176f4e3427de
parent55937b7972cb990a6f0a69927f7a28d7baf915d9
Use a safe iterator while saving the DB, since the getExpire() function will access the iterating dictionary.
src/aof.c
src/rdb.c