Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a few entries removed from the old TODO list (done) | antirez | 2011-09-27 | 1 | -7/+0 |
| | |||||
* | TODO updated | antirez | 2011-09-21 | 1 | -3/+1 |
| | |||||
* | TODO updated after moving more things into the github issues system | antirez | 2011-09-20 | 1 | -23/+0 |
| | |||||
* | TODO updated | antirez | 2011-09-20 | 1 | -1/+0 |
| | |||||
* | Merge pull request #72 from datafueled/spelling | Salvatore Sanfilippo | 2011-09-20 | 1 | -2/+2 |
|\ | | | | | Spelling fixes. | ||||
| * | Spelling fixes. | Bruce Mitchener | 2011-07-26 | 1 | -2/+2 |
| | | |||||
* | | TODO updated with 2.6 things | antirez | 2011-09-15 | 1 | -1/+10 |
| | | |||||
* | | TODO updated | antirez | 2011-07-27 | 1 | -25/+1 |
|/ | |||||
* | scripting.txt file removed, content merged into the TODO file | antirez | 2011-07-13 | 1 | -0/+8 |
| | |||||
* | Cluster TODO updated | antirez | 2011-05-06 | 1 | -0/+11 |
| | |||||
* | TODO updated | antirez | 2011-04-13 | 1 | -0/+5 |
| | |||||
* | TODO update | antirez | 2011-04-12 | 1 | -11/+17 |
| | |||||
* | TODO modified | antirez | 2011-04-11 | 1 | -0/+2 |
| | |||||
* | TODO modified | antirez | 2011-03-29 | 1 | -0/+1 |
| | |||||
* | TODO updated | antirez | 2011-03-09 | 1 | -0/+1 |
| | |||||
* | useless function removed | antirez | 2011-03-08 | 1 | -0/+2 |
| | |||||
* | TODO list updated | antirez | 2011-01-26 | 1 | -5/+4 |
| | |||||
* | TODO modified | antirez | 2011-01-10 | 1 | -0/+11 |
| | |||||
* | TODO updated | antirez | 2011-01-08 | 1 | -2/+0 |
| | |||||
* | diskstore BGSAVE should work now | antirez | 2011-01-07 | 1 | -0/+1 |
| | |||||
* | more work towards diskstore bgsave | antirez | 2011-01-07 | 1 | -0/+3 |
| | |||||
* | source reshaped a bit to play well with a bgsaving thread, still work to do, ↵ | antirez | 2011-01-07 | 1 | -0/+2 |
| | | | | does not compile. | ||||
* | TODO updated | antirez | 2011-01-07 | 1 | -6/+5 |
| | |||||
* | TODO udpated | antirez | 2010-12-20 | 1 | -48/+26 |
| | |||||
* | 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 ↵ | antirez | 2010-05-13 | 1 | -13/+2 |
| | | | | 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. | ||||
* | 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 ↵ | antirez | 2010-03-09 | 1 | -0/+1 |
| | | | | loading from disk | ||||
* | 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 ↵ | antirez | 2010-02-27 | 1 | -0/+1 |
| | | | | queue) | ||||
* | 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 ↵ | antirez | 2010-02-07 | 1 | -0/+1 |
| | | | | open paren. Added ZCOUNT that can count the elements inside an interval of scores, this supports open intervals too | ||||
* | multi bulk requests in redis-benchmark, default fsync policy changed to ↵ | antirez | 2010-02-06 | 1 | -3/+5 |
| | | | | everysec, added a prefix character for DEBUG logs | ||||
* | 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 |
| | | | | calling exit(), now replaced with _exit() in all the sensible places. Masked a few signals from IO threads. | ||||
* | loading side of the threaded VM | antirez | 2010-01-28 | 1 | -0/+1 |
| | |||||
* | TODO cahnges | antirez | 2010-01-26 | 1 | -6/+2 |
| |