antirez
|
b902c1413e
TODO file just pointing to the master branch TODO file
|
14 سال پیش |
antirez
|
2cffe2993b
TODO list modified, trivial change to source code
|
14 سال پیش |
antirez
|
5b4bff9c17
WATCH is now affected only when write commands actually modify the key content
|
14 سال پیش |
antirez
|
d06a5b23c8
Fixed compilation on *BSD systems
|
14 سال پیش |
antirez
|
bb8716b6dc
TODO updated
|
14 سال پیش |
antirez
|
d5096a28d7
TODO updated
|
14 سال پیش |
antirez
|
056c19c6f2
TODO updated
|
14 سال پیش |
antirez
|
6b0253fabd
TODO updated
|
14 سال پیش |
antirez
|
356f923913
TODO updated with syslog plans for 2.2
|
14 سال پیش |
antirez
|
cef34df02a
TODO updated
|
14 سال پیش |
antirez
|
d6d3f92fb0
added regression for zipmap bug
|
14 سال پیش |
antirez
|
469c4e45c3
TODO updated
|
14 سال پیش |
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.
|
14 سال پیش |
antirez
|
8b5bb414f1
Swap file is now locked
|
14 سال پیش |
antirez
|
3ea27d37d1
Empty value trigger key removal in all the operations
|
14 سال پیش |
antirez
|
a97b906092
VM hash type swappability implemented. Handling of failed pthread_create() call.
|
14 سال پیش |
antirez
|
ada386b218
Hash auto conversion from zipmap to hash table, type fixed for hashes, hash loading from disk
|
14 سال پیش |
antirez
|
978c2c944c
first implementation of HSET/HSET. More work needed
|
14 سال پیش |
antirez
|
9693e4f0f0
TODO updated
|
14 سال پیش |
antirez
|
5921aa36ed
Bug #169 fixed (BLOP/BRPOP interrupted connections are not cleared from the queue)
|
14 سال پیش |
antirez
|
7c775e0943
VM now is able to block clients on swapped keys for all the commands
|
15 سال پیش |
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
|
15 سال پیش |
antirez
|
6766f45ef2
multi bulk requests in redis-benchmark, default fsync policy changed to everysec, added a prefix character for DEBUG logs
|
15 سال پیش |
antirez
|
9651a78787
Log time taken to load the DB at startup, in seconds
|
15 سال پیش |
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.
|
15 سال پیش |
antirez
|
d5d55fc319
loading side of the threaded VM
|
15 سال پیش |
antirez
|
a544018d04
TODO cahnges
|
15 سال پیش |
antirez
|
b72f6a4b70
Fixed memory human style memory reporting, removed server.usedmemory, now zmalloc_used_memory() is used always.
|
15 سال پیش |
antirez
|
b0d8747dae
VM tuning thanks to redis-stat vmstat. Now it performs much better under high load
|
15 سال پیش |
antirez
|
1064ef8764
removed a few races from threaded VM
|
15 سال پیش |