- 22 Jul, 2011 2 commits
- 15 Jul, 2011 2 commits
-
-
Salvatore Sanfilippo authored
Added a 'runtest' script that is responsible to check if Tcl is available and run the test. This is invoked from Makefile as well.
-
antirez authored
-
- 12 Jul, 2011 7 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
Take 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 authored
don'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
dataspace change hook functions backported to 2.4. They are just wrappers at this point but this makes simpler to cherry-pick between branches.
-
Hampus Wessman authored
They will be expired (and a DEL will be logged) after the loading is done instead.
-
antirez authored
-
- 05 Jul, 2011 1 commit
-
-
antirez authored
Ingore jemalloc make distclean error in Makefile, caused by make clean against a tree that never compiled jemalloc.
-
- 03 Jul, 2011 1 commit
-
-
antirez authored
-
- 02 Jul, 2011 2 commits
- 01 Jul, 2011 3 commits
- 29 Jun, 2011 1 commit
-
-
antirez authored
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.
-
- 20 Jun, 2011 2 commits
- 17 Jun, 2011 2 commits
- 14 Jun, 2011 6 commits
-
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
Hampus Wessman authored
Slight adjustment in growth calculation.
-
- 10 Jun, 2011 1 commit
-
-
antirez authored
-
- 09 Jun, 2011 8 commits
-
-
Hampus Wessman authored
echo with escape sequences isn't portable. Use printf instead.
-
antirez authored
Two fixes for replication: Slave performs the AOF rewrite at the right point. Non blocking connect also uses readable handler as with old Linux kernels like 2.6.18 on connection refused the writable even is not fired (kernel bug).
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 08 Jun, 2011 2 commits