- 15 Jul, 2011 10 commits
- 
- 
antirez authored
- 
antirez authoredWarn the user that will try to enable VM that VM sucks. But still allows him to enable VM with a special option. 
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authoredTake a pointer to the relevant entry of the command table in the client structure. This is generally a more sounding design, simplifies a few functions prototype, and as a side effect fixes a bug related to the conversion of EXPIRE -1 to DEL: before of this fix Redis tried to convert it into an EXPIREAT in the AOF code, regardless of our rewrite of the command. 
- 
antirez authoreddon't process EXPIRE with negative TTL or EXPIREAT with time in the past if we are a slave too (see http://groups.google.com/group/redis-db/browse_thread/thread/5a931fefb88b16d5). Also propagate it as DEL. 
- 
antirez authored
- 
Hampus Wessman authoredThey will be expired (and a DEL will be logged) after the loading is done instead. 
 
- 
- 07 Jul, 2011 1 commit
- 
- 
antirez authoredFixed a problem with AOF when it is stopped via CONFIG SET appendonly no. We used to kill the wrong child... 
 
- 
- 03 Jul, 2011 1 commit
- 
- 
antirez authored
 
- 
- 02 Jul, 2011 3 commits
- 01 Jul, 2011 2 commits
- 29 Jun, 2011 1 commit
- 
- 
antirez authoredPartial 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. 
 
- 
- 22 Jun, 2011 1 commit
- 
- 
antirez authored
 
- 
- 17 Jun, 2011 1 commit
- 
- 
antirez authoredUse a safe iterator while saving the DB, since the getExpire() function will access the iterating dictionary. 
 
- 
- 14 Jun, 2011 6 commits
- 13 Jun, 2011 1 commit
- 
- 
Pieter Noordhuis authored
 
- 
- 09 Jun, 2011 4 commits
- 30 May, 2011 1 commit
- 
- 
antirez authored
 
- 
- 27 May, 2011 3 commits
- 26 May, 2011 1 commit
- 
- 
antirez authoredFix for issue 516, rewriting the command vector to correctly repliate BRPOPLPUSH. Still to test everything, especially edge cases 
 
- 
- 25 May, 2011 2 commits
- 24 May, 2011 2 commits