- 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 2 commits
- 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 2 commits
- 16 Oct, 2009 3 commits
- 07 Oct, 2009 2 commits
- 03 Oct, 2009 1 commit
-
-
antirez authored
benchmark now outputs the right command line to shorten the TIME_WAIT interval on Mac OS X when keep alive is set
-
- 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
- 03 Sep, 2009 2 commits
- 02 Sep, 2009 5 commits
- 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"
-
- 11 Aug, 2009 1 commit
-
-
antirez authored
-
- 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
-
- 05 Jul, 2009 1 commit
-
-
antirez authored
added utils/redis-copy.rb, a script that is able to copy data from one Redis server to another one on the fly.
-