Commit Graph

161 Commits

Author SHA1 Message Date
antirez
f190705722 TODO updated with 2.6 things 2011-09-15 17:04:55 +02:00
antirez
47cadab42b TODO updated 2011-07-27 16:39:03 +02:00
antirez
70ecddc9f4 scripting.txt file removed, content merged into the TODO file 2011-07-13 12:04:02 +02:00
antirez
8905378c56 Cluster TODO updated 2011-05-06 16:23:14 +02:00
antirez
8231b1ef60 TODO updated 2011-04-13 15:39:43 +02:00
antirez
4e17be0ef5 TODO update 2011-04-12 19:21:03 +02:00
antirez
e9ee513b6a TODO modified 2011-04-11 21:47:45 +02:00
antirez
b46251d929 TODO modified 2011-03-29 11:04:55 +02:00
antirez
bcde63785d TODO updated 2011-03-09 16:36:02 +01:00
antirez
e09b51869b useless function removed 2011-03-08 15:10:20 +01:00
antirez
cc9f0eee71 TODO list updated 2011-01-26 10:42:32 +01:00
antirez
2d9fdb9d84 TODO modified 2011-01-10 21:45:08 +01:00
antirez
7cca366bdf TODO updated 2011-01-08 02:07:48 +01:00
antirez
f03fe802b7 diskstore BGSAVE should work now 2011-01-07 23:41:00 +01:00
antirez
5b8ce85378 more work towards diskstore bgsave 2011-01-07 19:31:42 +01:00
antirez
36c17a53b6 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
44898603aa TODO updated 2011-01-07 16:43:36 +01:00
antirez
4c22fd3409 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
antirez
b72f6a4b70 Fixed memory human style memory reporting, removed server.usedmemory, now zmalloc_used_memory() is used always. 2010-01-23 11:55:04 -05:00
antirez
b0d8747dae VM tuning thanks to redis-stat vmstat. Now it performs much better under high load 2010-01-22 12:58:11 -05:00
antirez
1064ef8764 removed a few races from threaded VM 2010-01-15 05:09:18 -05:00
antirez
2e111efe5a 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. 2010-01-14 17:18:27 -05:00
antirez
b74880b4ed minor TODO and debugging info changes 2010-01-13 09:40:50 -05:00
antirez
72e9fd40b6 support for blocking VM in config file 2010-01-12 15:23:52 -05:00