- 08 Jan, 2011 1 commit
-
-
antirez authored
-
- 07 Jan, 2011 4 commits
- 20 Dec, 2010 1 commit
-
-
antirez authored
-
- 16 Jul, 2010 1 commit
-
-
antirez authored
-
- 12 Jul, 2010 1 commit
-
-
antirez authored
-
- 05 Jul, 2010 1 commit
-
-
antirez authored
-
- 01 Jul, 2010 1 commit
-
-
antirez authored
-
- 14 Jun, 2010 1 commit
-
-
antirez authored
-
- 07 Jun, 2010 1 commit
-
-
antirez authored
-
- 04 Jun, 2010 1 commit
-
-
antirez authored
-
- 01 Jun, 2010 1 commit
-
-
antirez authored
-
- 25 May, 2010 1 commit
-
-
antirez authored
-
- 20 May, 2010 1 commit
-
-
antirez authored
-
- 19 May, 2010 1 commit
-
-
antirez authored
-
- 13 May, 2010 1 commit
-
-
antirez authored
very strong speedup in saving time performance when there are many integers in the dataset. Instead of decoding the object before to pass them to the rdbSaveObject layer we check asap if the object is integer encoded and can be written on disk as an integer.
-
- 07 May, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
-
- 23 Mar, 2010 1 commit
-
-
antirez authored
-
- 19 Mar, 2010 1 commit
-
-
antirez authored
-
- 09 Mar, 2010 1 commit
-
-
antirez authored
-
- 06 Mar, 2010 1 commit
-
-
antirez authored
-
- 03 Mar, 2010 1 commit
-
-
antirez authored
-
- 27 Feb, 2010 1 commit
-
-
antirez authored
-
- 09 Feb, 2010 1 commit
-
-
antirez authored
-
- 07 Feb, 2010 1 commit
-
-
antirez authored
ZRANGEBYSCORE now supports open intervals, prefixing double values with a open paren. Added ZCOUNT that can count the elements inside an interval of scores, this supports open intervals too
-
- 06 Feb, 2010 1 commit
-
-
antirez authored
multi bulk requests in redis-benchmark, default fsync policy changed to everysec, added a prefix character for DEBUG logs
-
- 02 Feb, 2010 1 commit
-
-
antirez authored
-
- 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
-
- 26 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.
-
- 22 Jan, 2010 1 commit
-
-
antirez authored
-
- 15 Jan, 2010 1 commit
-
-
antirez authored
-
- 14 Jan, 2010 1 commit
-
-
antirez authored
Fixed a never experienced, theoretical bug that can actually happen in practice. Basically when a thread is working on a I/O Job we need to wait it to finish before to cancel the Job in vmCancelThreadedIOJob(), otherwise the thread may mess with an object that is being manipulated by the main thread as well.
-
- 13 Jan, 2010 1 commit
-
-
antirez authored
-
- 12 Jan, 2010 1 commit
-
-
antirez authored
-