- 07 Jul, 2011 3 commits
-
-
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.
-
Hampus Wessman authored
They will be expired (and a DEL will be logged) after the loading is done instead.
-
Hampus Wessman authored
-
- 06 Jul, 2011 1 commit
-
-
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 1 commit
-
-
antirez authored
-
- 30 Jun, 2011 7 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
More redis.conf self-documentation. Now even queries that took exactly server.slow_log_slower_than are logged, as this is not exact but is more intuitive for people, and a value of 0 will force every query to be logged.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 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.
-
- 25 Jun, 2011 2 commits
- 24 Jun, 2011 2 commits
-
-
Salvatore Sanfilippo authored
Add warning when `tcl` is not available to run tests
-
Damian Janowski authored
-
- 20 Jun, 2011 13 commits
- 17 Jun, 2011 2 commits
- 14 Jun, 2011 3 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Fix automatic rewrite starting too early
-
- 12 Jun, 2011 1 commit
-
-
Hampus Wessman authored
Slight adjustment in growth calculation.
-