- 27 Feb, 2010 1 commit
- 
- 
antirez authored
 
- 
- 22 Feb, 2010 1 commit
- 
- 
antirez authored
 
- 
- 19 Feb, 2010 1 commit
- 
- 
antirez authoredA 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. 
 
- 
- 10 Feb, 2010 1 commit
- 
- 
antirez authored
 
- 
- 09 Feb, 2010 1 commit
- 
- 
antirez authored
 
- 
- 07 Feb, 2010 3 commits
- 06 Feb, 2010 3 commits
- 
- 
Sam Hendley authoredAdded "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 authoredmulti bulk requests in redis-benchmark, default fsync policy changed to everysec, added a prefix character for DEBUG logs 
 
- 
- 04 Feb, 2010 2 commits
- 02 Feb, 2010 3 commits
- 31 Jan, 2010 1 commit
- 
- 
antirez authoredFixed 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
 
- 
- 26 Jan, 2010 1 commit
- 
- 
antirez authored
 
- 
- 23 Jan, 2010 1 commit
- 
- 
antirez authoredFixed memory human style memory reporting, removed server.usedmemory, now zmalloc_used_memory() is used always. 
 
- 
- 22 Jan, 2010 1 commit
- 
- 
antirez authored
 
- 
- 21 Jan, 2010 2 commits
- 20 Jan, 2010 2 commits
- 
- 
antirez authoredfixed a deadlock caused by too much finished processes in queue so that I/O clients writing to the wirte side of the pipe used to awake the main thread where blocking. Then a BGSAVE started waiting for the last active thread to finish, condition impossible because all the I/O threads where blocking on threads. Takes this as a note to myself... 
- 
antirez authoredae.c event loop does no longer support exception notifications, as they are fully pointless. Also a theoretical bug that never happens in practice fixed. 
 
- 
- 19 Jan, 2010 2 commits
- 17 Jan, 2010 1 commit
- 
- 
antirez authored
 
- 
- 16 Jan, 2010 1 commit
- 
- 
antirez authoredremoved support for REDIS_HELGRIND_FRIENDLY since Helgrind 3.5.0 is friendly enough even with many threads created and destroyed 
 
- 
- 15 Jan, 2010 11 commits
- 
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authoredsupport for named VM swap file. Fixed a few important interaction issues between the background saving processes and IO threads 
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authored
- 
antirez authored
 
-