| Commit message (Expand) | Author | Age | Files | Lines |
* | TODO file just pointing to the master branch TODO file | antirez | 2010-12-20 | 1 | -65/+3 |
* | TODO list modified, trivial change to source code | antirez | 2010-07-16 | 1 | -2/+7 |
* | WATCH is now affected only when write commands actually modify the key content | antirez | 2010-07-12 | 1 | -0/+2 |
* | Fixed compilation on *BSD systems | antirez | 2010-07-05 | 1 | -0/+1 |
* | TODO updated | antirez | 2010-07-01 | 1 | -19/+10 |
* | TODO updated | antirez | 2010-06-14 | 1 | -7/+0 |
* | TODO updated | antirez | 2010-06-07 | 1 | -0/+7 |
* | TODO updated | antirez | 2010-06-04 | 1 | -5/+0 |
* | TODO updated with syslog plans for 2.2 | antirez | 2010-06-01 | 1 | -0/+1 |
* | TODO updated | antirez | 2010-05-25 | 1 | -0/+5 |
* | added regression for zipmap bug | antirez | 2010-05-20 | 1 | -0/+1 |
* | TODO updated | antirez | 2010-05-19 | 1 | -23/+13 |
* | very strong speedup in saving time performance when there are many integers i... | antirez | 2010-05-13 | 1 | -13/+2 |
* | Swap file is now locked | antirez | 2010-05-07 | 1 | -4/+1 |
* | Empty value trigger key removal in all the operations | antirez | 2010-03-23 | 1 | -0/+1 |
* | VM hash type swappability implemented. Handling of failed pthread_create() call. | antirez | 2010-03-19 | 1 | -3/+1 |
* | Hash auto conversion from zipmap to hash table, type fixed for hashes, hash l... | antirez | 2010-03-09 | 1 | -0/+1 |
* | first implementation of HSET/HSET. More work needed | antirez | 2010-03-06 | 1 | -0/+1 |
* | TODO updated | antirez | 2010-03-03 | 1 | -1/+2 |
* | Bug #169 fixed (BLOP/BRPOP interrupted connections are not cleared from the q... | antirez | 2010-02-27 | 1 | -0/+1 |
* | VM now is able to block clients on swapped keys for all the commands | antirez | 2010-02-09 | 1 | -1/+4 |
* | ZRANGEBYSCORE now supports open intervals, prefixing double values with a ope... | antirez | 2010-02-07 | 1 | -0/+1 |
* | multi bulk requests in redis-benchmark, default fsync policy changed to every... | antirez | 2010-02-06 | 1 | -3/+5 |
* | Log time taken to load the DB at startup, in seconds | antirez | 2010-02-02 | 1 | -0/+1 |
* | Fixed VM corruption due to child fclosing the VM file directly or indirectly ... | antirez | 2010-01-31 | 1 | -0/+1 |
* | loading side of the threaded VM | antirez | 2010-01-28 | 1 | -0/+1 |
* | TODO cahnges | antirez | 2010-01-26 | 1 | -6/+2 |
* | Fixed memory human style memory reporting, removed server.usedmemory, now zma...vm-playpen | antirez | 2010-01-23 | 1 | -0/+2 |
* | VM tuning thanks to redis-stat vmstat. Now it performs much better under high... | antirez | 2010-01-22 | 1 | -15/+7 |
* | removed a few races from threaded VM | antirez | 2010-01-15 | 1 | -2/+1 |
* | Fixed a never experienced, theoretical bug that can actually happen in practi... | antirez | 2010-01-14 | 1 | -0/+1 |
* | minor TODO and debugging info changes | antirez | 2010-01-13 | 1 | -0/+1 |
* | support for blocking VM in config file | antirez | 2010-01-12 | 1 | -0/+1 |
* | used_memory_human added to INFO output. Human readable amount of memory used. | antirez | 2010-01-08 | 1 | -3/+1 |
* | added process id information in INFO | antirez | 2010-01-07 | 1 | -0/+1 |
* | Introduced a new log verbosity level, so now DEBUG is really for debugging. R... | antirez | 2010-01-06 | 1 | -0/+7 |
* | New vararg BLPOP able to block against multiple keys | antirez | 2010-01-02 | 1 | -3/+8 |
* | Fixed a minor bug in GETSET, now the SET part is not performed if the GET fai... | antirez | 2009-12-24 | 1 | -0/+1 |
* | html docs update (ZINCRBY added) | antirez | 2009-12-22 | 1 | -7/+0 |
* | TODO list update | antirez | 2009-12-18 | 1 | -11/+6 |
* | SHUTDOWN now does the right thing when append only is on, that is, fsync inst... | antirez | 2009-12-18 | 1 | -1/+1 |
* | Fixed sds.c bug #124 | antirez | 2009-12-18 | 1 | -0/+1 |
* | html doc updated | antirez | 2009-12-15 | 1 | -2/+1 |
* | TODO update | antirez | 2009-12-13 | 1 | -1/+3 |
* | TODO list modified. What's planned for 1.4 is now written in the stone ;) | antirez | 2009-12-12 | 1 | -4/+14 |
* | better handling of non blocking connect on redis-benchmark: EPIPE on read doe... | antirez | 2009-12-12 | 1 | -0/+1 |
* | some change to redis-sha1.rb utility to make it more robust against non-meani... | antirez | 2009-12-11 | 1 | -0/+2 |
* | TODO change and minor SETNX optimization | antirez | 2009-12-10 | 1 | -1/+0 |
* | Fixed daemonization when using kqueue/kevent. Now the server initialization i... | antirez | 2009-12-06 | 1 | -1/+2 |
* | more HTML doc changes | antirez | 2009-12-05 | 1 | -1/+0 |