167 Commits

Author SHA1 Message Date
antirez
e63dad0a25 a few entries removed from the old TODO list (done) 2011-09-27 16:07:38 +02:00
antirez
7b256eac36 TODO updated 2011-09-21 19:13:43 +02:00
antirez
3ebbe97fbe TODO updated after moving more things into the github issues system 2011-09-20 15:34:49 +02:00
antirez
93fb2efb38 TODO updated 2011-09-20 14:50:01 +02:00
Salvatore Sanfilippo
cdb2ea2d52 Merge pull request #72 from datafueled/spelling
Spelling fixes.
2011-09-20 02:12:14 -07:00
antirez
d7fc4d591d TODO updated with 2.6 things 2011-09-15 17:04:55 +02:00
antirez
21136587b9 TODO updated 2011-07-27 16:39:03 +02:00
Bruce Mitchener
76d102dc3b Spelling fixes. 2011-07-26 10:19:02 +07:00
antirez
36b24ea34e scripting.txt file removed, content merged into the TODO file 2011-07-13 12:04:02 +02:00
antirez
5cb9e0db76 Cluster TODO updated 2011-05-06 16:23:14 +02:00
antirez
7834a51e89 TODO updated 2011-04-13 15:39:43 +02:00
antirez
f43dfefdc6 TODO update 2011-04-12 19:21:03 +02:00
antirez
eef64246ad TODO modified 2011-04-11 21:47:45 +02:00
antirez
4966733fd4 TODO modified 2011-03-29 11:04:55 +02:00
antirez
2787d9540e TODO updated 2011-03-09 16:36:02 +01:00
antirez
09bd58958c useless function removed 2011-03-08 15:10:20 +01:00
antirez
dd3b5bfe69 TODO list updated 2011-01-26 10:42:32 +01:00
antirez
9ef223a269 TODO modified 2011-01-10 21:45:08 +01:00
antirez
284ff96881 TODO updated 2011-01-08 02:07:48 +01:00
antirez
d9b79fb3ef diskstore BGSAVE should work now 2011-01-07 23:41:00 +01:00
antirez
85fa300825 more work towards diskstore bgsave 2011-01-07 19:31:42 +01:00
antirez
e6fdae80f8 source reshaped a bit to play well with a bgsaving thread, still work to do, does not compile. 2011-01-07 18:15:14 +01:00
antirez
6e26d09dde TODO updated 2011-01-07 16:43:36 +01:00
antirez
95402293ef TODO udpated 2010-12-20 13:13:46 +01:00
antirez
2cffe2993b TODO list modified, trivial change to source code 2010-07-16 23:56:18 +02:00
antirez
5b4bff9c17 WATCH is now affected only when write commands actually modify the key content 2010-07-12 12:01:15 +02:00
antirez
d06a5b23c8 Fixed compilation on *BSD systems 2010-07-05 20:14:48 +02:00
antirez
bb8716b6dc TODO updated 2010-07-01 14:52:01 +02:00
antirez
d5096a28d7 TODO updated 2010-06-14 17:59:03 +02:00
antirez
056c19c6f2 TODO updated 2010-06-07 18:30:18 +02:00
antirez
6b0253fabd TODO updated 2010-06-04 21:19:28 +02:00
antirez
356f923913 TODO updated with syslog plans for 2.2 2010-06-01 15:01:16 +02:00
antirez
cef34df02a TODO updated 2010-05-25 20:28:22 +02:00
antirez
d6d3f92fb0 added regression for zipmap bug 2010-05-20 12:03:02 +02:00
antirez
469c4e45c3 TODO updated 2010-05-19 23:02:30 +02:00
antirez
32a6651355 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. 2010-05-13 13:36:42 +02:00
antirez
8b5bb414f1 Swap file is now locked 2010-05-07 09:32:26 +02:00
antirez
3ea27d37d1 Empty value trigger key removal in all the operations 2010-03-23 12:15:44 +01:00
antirez
a97b906092 VM hash type swappability implemented. Handling of failed pthread_create() call. 2010-03-19 18:02:37 +01:00
antirez
ada386b218 Hash auto conversion from zipmap to hash table, type fixed for hashes, hash loading from disk 2010-03-09 13:18:49 +01:00
antirez
978c2c944c first implementation of HSET/HSET. More work needed 2010-03-06 01:56:16 +01:00
antirez
9693e4f0f0 TODO updated 2010-03-03 20:13:42 +01:00
antirez
5921aa36ed Bug #169 fixed (BLOP/BRPOP interrupted connections are not cleared from the queue) 2010-02-27 12:26:08 +01:00
antirez
7c775e0943 VM now is able to block clients on swapped keys for all the commands 2010-02-09 14:01:49 +01:00
antirez
f44dd42872 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 2010-02-07 21:52:35 +01:00
antirez
6766f45ef2 multi bulk requests in redis-benchmark, default fsync policy changed to everysec, added a prefix character for DEBUG logs 2010-02-06 13:39:07 +01:00
antirez
9651a78787 Log time taken to load the DB at startup, in seconds 2010-02-02 12:01:53 +01:00
antirez
478c2c6f5b 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. 2010-01-31 16:03:44 +01:00
antirez
d5d55fc319 loading side of the threaded VM 2010-01-28 10:12:04 -05:00
antirez
a544018d04 TODO cahnges 2010-01-26 05:02:27 -05:00