]> git.saurik.com Git - redis.git/commit
Partial fix for a problem with AOF and BRPOP. We have at least a single evidence...
authorantirez <antirez@gmail.com>
Wed, 29 Jun 2011 14:10:28 +0000 (16:10 +0200)
committerantirez <antirez@gmail.com>
Wed, 29 Jun 2011 14:11:23 +0000 (16:11 +0200)
commitef67a2fc3c24d346efb1fa73b822e6a160229166
tree7fa3cd83c6fb4d6c65f419b0c11a3fbe1f3b3e13
parentd5b36c5114659e979fc2e102954ded1e30aacacf
Partial fix for a problem with AOF and BRPOP. We have at least a single evidence of an AOF that ended with a BRPOP call against an empty list, causing later issues at run time. Now the problem is detected while loading the AOF at startup, even if it is still to understand how the corrupted AOF was generated.
src/aof.c