- 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
-
- 08 Jan, 2010 1 commit
-
-
antirez authored
-
- 07 Jan, 2010 1 commit
-
-
antirez authored
-
- 06 Jan, 2010 1 commit
-
-
antirez authored
Introduced a new log verbosity level, so now DEBUG is really for debugging. Refactored a bit maxmemory. When virtual memory is short in RAM free the objects freelist as well as swapping things out.
-
- 02 Jan, 2010 1 commit
-
-
antirez authored
-
- 24 Dec, 2009 1 commit
-
-
antirez authored
Fixed a minor bug in GETSET, now the SET part is not performed if the GET fails because the key does not contain a string value
-
- 22 Dec, 2009 1 commit
-
-
antirez authored
-
- 18 Dec, 2009 3 commits
- 15 Dec, 2009 1 commit
-
-
antirez authored
-
- 13 Dec, 2009 1 commit
-
-
antirez authored
-
- 12 Dec, 2009 1 commit
-
-
antirez authored
-
- 11 Dec, 2009 2 commits
- 10 Dec, 2009 1 commit
-
-
antirez authored
-
- 05 Dec, 2009 4 commits
-
-
antirez authored
Fixed daemonization when using kqueue/kevent. Now the server initialization is performed *after* the daemonization
-
antirez authored
-
antirez authored
-
antirez authored
use __attribute__ format in sdscatprintf() when the compiler is GCC. Fixed format bugs resulting from the new warnings.
-
- 01 Dec, 2009 1 commit
-
-
antirez authored
-
- 29 Nov, 2009 1 commit
-
-
antirez authored
-