- 08 Mar, 2010 1 commit
-
-
antirez authored
-
- 07 Mar, 2010 1 commit
-
-
antirez authored
-
- 06 Mar, 2010 2 commits
- 05 Mar, 2010 1 commit
-
-
antirez authored
-
- 04 Mar, 2010 8 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
Pieter Noordhuis authored
-
- 03 Mar, 2010 5 commits
-
-
antirez authored
-
Pieter Noordhuis authored
use less memory as element->span[0] will always be 1; any level 0 skip list is essentially a linked list
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 02 Mar, 2010 1 commit
-
-
antirez authored
-
- 01 Mar, 2010 5 commits
-
-
antirez authored
Better to increment the version minor number when a VM bug is fixed... it will be simpler to understand what's going on when users will report problems with the INFO trace.
-
antirez authored
-
antirez authored
-
Damian Janowski authored
-
antirez authored
-
- 27 Feb, 2010 1 commit
-
-
antirez authored
-
- 22 Feb, 2010 1 commit
-
-
antirez authored
-
- 19 Feb, 2010 1 commit
-
-
antirez authored
A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files.
-
- 09 Feb, 2010 1 commit
-
-
antirez authored
-
- 07 Feb, 2010 2 commits
- 06 Feb, 2010 3 commits
-
-
Sam Hendley authored
Added "withscores" option to zrangebyscore command. Based on withscores support in zrange function, ugliest part was the argument parsing to handle using it with the limit option.
-
antirez authored
-
antirez authored
multi bulk requests in redis-benchmark, default fsync policy changed to everysec, added a prefix character for DEBUG logs
-
- 04 Feb, 2010 1 commit
-
-
antirez authored
-
- 02 Feb, 2010 3 commits
- 31 Jan, 2010 1 commit
-
-
antirez authored
Fixed VM corruption due to child fclosing the VM file directly or indirectly calling exit(), now replaced with _exit() in all the sensible places. Masked a few signals from IO threads.
-
- 28 Jan, 2010 1 commit
-
-
antirez authored
-
- 23 Jan, 2010 1 commit
-
-
antirez authored
Fixed memory human style memory reporting, removed server.usedmemory, now zmalloc_used_memory() is used always.
-