antirez
|
8ca3e9d10b
Active rehashing
|
14 years ago |
antirez
|
bdcb92f273
shareobjects feautres killed - no gains most of the time, but VM complexities
|
14 years ago |
antirez
|
4005fef124
Now PUBLISH commands are replicated to slaves
|
14 years ago |
Jeremy Zawodny
|
b3f83f1272
support for include directive in config parser
|
14 years ago |
antirez
|
cbba7dd7c9
HSET fixes, now the new pointer is stored back in the object pointer field
|
14 years ago |
antirez
|
5921aa36ed
Bug #169 fixed (BLOP/BRPOP interrupted connections are not cleared from the queue)
|
14 years ago |
antirez
|
ce8330208a
Saner VM defaults for redis.conf
|
15 years ago |
antirez
|
6766f45ef2
multi bulk requests in redis-benchmark, default fsync policy changed to everysec, added a prefix character for DEBUG logs
|
15 years ago |
antirez
|
054e426dbd
support for named VM swap file. Fixed a few important interaction issues between the background saving processes and IO threads
|
15 years ago |
antirez
|
72e9fd40b6
support for blocking VM in config file
|
15 years ago |
antirez
|
92f8e88204
non-blocking VM data structures, just a start
|
15 years ago |
antirez
|
c9e5c23d5b
vm-enabled set to no by default in redis.conf
|
15 years ago |
antirez
|
38aba9a121
a new default redis.conf
|
15 years ago |
antirez
|
7d98e08c0a
VM stats in INFO command
|
15 years ago |
antirez
|
f870935d3e
Introduced a new log verbosity level, so now DEBUG is really for debugging. Refactored a bit maxmemory. When virtual memory is short in RAM free the objects freelist as well as swapping things out.
|
15 years ago |
antirez
|
e7546c6393
BGREWRITEAOF now works with swapping on
|
15 years ago |
antirez
|
4ef8de8ad7
basic VM mostly working!
|
15 years ago |
antirez
|
a35ddf129c
more object-level VM primitives
|
15 years ago |
antirez
|
b055378971
LZF compression re-enabled by default, but with INIT_HTAB set to 0 to avoid the very costly memset initialization. Note that with this option set valgrind will output some false positive about lzf_c.c
|
15 years ago |
antirez
|
121f70cfae
lzf compression switched off by default now, with config file option to enable it in redis.conf
|
15 years ago |
antirez
|
49b99ab43e
Changed the reply of BGSAVE and BGREWRITEAOF from +OK to a more meaningful message that makes the user aware of an operation that just started and is not yet finished.
|
15 years ago |
antirez
|
3f477979b3
TODO list modified. What's planned for 1.4 is now written in the stone ;)
|
15 years ago |
antirez
|
4e141d5a21
append only mode is now able to translate EXPIRE into EXPIREAT transparently
|
15 years ago |
antirez
|
0154acdc57
appendfsync is now set to NO by default
|
15 years ago |
antirez
|
48f0308ad3
support for appendonly mode no, always, everysec
|
15 years ago |
antirez
|
44b38ef432
Initial implementation of append-only mode. Loading still not implemented.
|
15 years ago |
antirez
|
e52c65b90a
shareobjectspoolsize implemented in reds.conf, in order to control the pool size when object sharing is on
|
15 years ago |
antirez
|
144d479b7c
minor fix for Solaris boxes
|
15 years ago |
antirez
|
3fd78bcd45
maxmemory implemented
|
15 years ago |
antirez
|
285add5558
maxclients implemented, see redis.conf for details
|
15 years ago |