summaryrefslogtreecommitdiff
path: root/TODO
Commit message (Collapse)AuthorAgeFilesLines
* a few entries removed from the old TODO list (done)antirez2011-09-271-7/+0
|
* TODO updatedantirez2011-09-211-3/+1
|
* TODO updated after moving more things into the github issues systemantirez2011-09-201-23/+0
|
* TODO updatedantirez2011-09-201-1/+0
|
* Merge pull request #72 from datafueled/spellingSalvatore Sanfilippo2011-09-201-2/+2
|\ | | | | Spelling fixes.
| * Spelling fixes.Bruce Mitchener2011-07-261-2/+2
| |
* | TODO updated with 2.6 thingsantirez2011-09-151-1/+10
| |
* | TODO updatedantirez2011-07-271-25/+1
|/
* scripting.txt file removed, content merged into the TODO fileantirez2011-07-131-0/+8
|
* Cluster TODO updatedantirez2011-05-061-0/+11
|
* TODO updatedantirez2011-04-131-0/+5
|
* TODO updateantirez2011-04-121-11/+17
|
* TODO modifiedantirez2011-04-111-0/+2
|
* TODO modifiedantirez2011-03-291-0/+1
|
* TODO updatedantirez2011-03-091-0/+1
|
* useless function removedantirez2011-03-081-0/+2
|
* TODO list updatedantirez2011-01-261-5/+4
|
* TODO modifiedantirez2011-01-101-0/+11
|
* TODO updatedantirez2011-01-081-2/+0
|
* diskstore BGSAVE should work nowantirez2011-01-071-0/+1
|
* more work towards diskstore bgsaveantirez2011-01-071-0/+3
|
* source reshaped a bit to play well with a bgsaving thread, still work to do, ↵antirez2011-01-071-0/+2
| | | | does not compile.
* TODO updatedantirez2011-01-071-6/+5
|
* TODO udpatedantirez2010-12-201-48/+26
|
* TODO list modified, trivial change to source codeantirez2010-07-161-2/+7
|
* WATCH is now affected only when write commands actually modify the key contentantirez2010-07-121-0/+2
|
* Fixed compilation on *BSD systemsantirez2010-07-051-0/+1
|
* TODO updatedantirez2010-07-011-19/+10
|
* TODO updatedantirez2010-06-141-7/+0
|
* TODO updatedantirez2010-06-071-0/+7
|
* TODO updatedantirez2010-06-041-5/+0
|
* TODO updated with syslog plans for 2.2antirez2010-06-011-0/+1
|
* TODO updatedantirez2010-05-251-0/+5
|
* added regression for zipmap bugantirez2010-05-201-0/+1
|
* TODO updatedantirez2010-05-191-23/+13
|
* very strong speedup in saving time performance when there are many integers ↵antirez2010-05-131-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 lockedantirez2010-05-071-4/+1
|
* Empty value trigger key removal in all the operationsantirez2010-03-231-0/+1
|
* VM hash type swappability implemented. Handling of failed pthread_create() call.antirez2010-03-191-3/+1
|
* Hash auto conversion from zipmap to hash table, type fixed for hashes, hash ↵antirez2010-03-091-0/+1
| | | | loading from disk
* first implementation of HSET/HSET. More work neededantirez2010-03-061-0/+1
|
* TODO updatedantirez2010-03-031-1/+2
|
* Bug #169 fixed (BLOP/BRPOP interrupted connections are not cleared from the ↵antirez2010-02-271-0/+1
| | | | queue)
* VM now is able to block clients on swapped keys for all the commandsantirez2010-02-091-1/+4
|
* ZRANGEBYSCORE now supports open intervals, prefixing double values with a ↵antirez2010-02-071-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 ↵antirez2010-02-061-3/+5
| | | | everysec, added a prefix character for DEBUG logs
* Log time taken to load the DB at startup, in secondsantirez2010-02-021-0/+1
|
* Fixed VM corruption due to child fclosing the VM file directly or indirectly ↵antirez2010-01-311-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 VMantirez2010-01-281-0/+1
|
* TODO cahngesantirez2010-01-261-6/+2
|