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 |
Aman Gupta
|
0150db364d
Allow timeout=0 config to disable client timeouts
|
15 years ago |
antirez
|
b8b553c84f
ability to specify a different file name for the DB
|
15 years ago |
antirez
|
290deb8b8c
TODO changes, minor change to default redis.conf
|
15 years ago |
antirez
|
f2aa84bd63
Lua client added thanks to Daniele Alessandri
|
15 years ago |
Brian Hammond
|
abcb223ec0
Adds AUTH command.
|
15 years ago |
antirez
|
10c43610de
Nasty bug of the new DB format fixed, objects sharing implemented
|
15 years ago |