- 26 Oct, 2009 9 commits
- 23 Oct, 2009 8 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
initial skiplist implementation. Most memory checks removed and zmalloc() modified to fail with an error message and abort. Anyway Redis is not designed to recover from out of memory conditions.
-
- 22 Oct, 2009 2 commits
- 21 Oct, 2009 1 commit
-
-
antirez authored
-
- 20 Oct, 2009 1 commit
-
-
antirez authored
Imporant bug leading to data corruption fixed (NOT affecting stable distribution), Tcl client lib MSET/MSETNX implementation fixed, Added new tests for MSET and MSETNX in test-redis.tcl
-
- 17 Oct, 2009 1 commit
-
-
antirez authored
-
- 16 Oct, 2009 3 commits
- 07 Oct, 2009 2 commits
- 02 Oct, 2009 1 commit
-
-
antirez authored
-
- 18 Sep, 2009 1 commit
-
-
antirez authored
-
- 17 Sep, 2009 1 commit
-
-
antirez authored
-
- 10 Sep, 2009 2 commits
- 02 Sep, 2009 1 commit
-
-
antirez authored
-
- 01 Sep, 2009 1 commit
-
-
antirez authored
Fixed crash with only space and newline as command (issue 61), thanks to a guy having as nick "fixxxerrr"
-
- 24 Jul, 2009 2 commits
- 22 Jul, 2009 1 commit
-
-
antirez authored
-
- 17 Jul, 2009 1 commit
-
-
antirez authored
now the size of the shared pool can be really modified via config, also the number of objects in the sharing pool is logged when the log level is set to debug. Thanks to Aman Gupta
-
- 04 Jul, 2009 1 commit
-
-
antirez authored
Applied three different patches thanks to Chris Lamb, one to fix compilation and get the IP register value on Linux IA64 and other systems. One in order to log the overcommit problem on the logs instead of the standard output when Redis is demonized. The latest in order to suggest a more consistent way in order to switch to 1 the memory overcommit Linux feature.
-
- 03 Jul, 2009 1 commit
-
-
antirez authored
-