| Commit message (Expand) | Author | Age | Files | Lines |
* | Configurable thresholds for encoded sorted sets | Pieter Noordhuis | 2011-03-22 | 1 | -0/+6 |
* | If port zero is specified, Redis will not listen for TCP connections | antirez | 2011-02-07 | 1 | -0/+1 |
* | default hash encoding settings also fixed in redis.conf | antirez | 2011-01-15 | 1 | -2/+2 |
* | Remove glueoutputbuf from redis.conf | Pieter Noordhuis | 2011-01-05 | 1 | -5/+0 |
* | special encoding limits redefined, and all the config options for special enc... | antirez | 2010-12-14 | 1 | -0/+13 |
* | syslog support | Jonah H. Harris | 2010-12-09 | 1 | -0/+10 |
* | added noeviction policy to redis maxmemory. ZSCORE removed from the list of c... | antirez | 2010-11-08 | 1 | -0/+12 |
* | config option to select if when replication link with master a slave should o... | antirez | 2010-11-04 | 1 | -0/+13 |
* | added support for command renaming/suppression in redis.conf | antirez | 2010-11-03 | 1 | -0/+16 |
* | Merge remote branch 'pietern/unixsocket' | antirez | 2010-11-02 | 1 | -1/+7 |
|\ |
|
| * | Remove disabling TCP with port -1 | Pieter Noordhuis | 2010-10-13 | 1 | -1/+0 |
| * | Rename variable sockpath to unixsocket | Pieter Noordhuis | 2010-10-13 | 1 | -3/+4 |
| * | Change initialization to allow listening on both a port and socket | Pieter Noordhuis | 2010-08-03 | 1 | -1/+7 |
* | | maxmemory-samples implemented in CONFIG command and configuration file | antirez | 2010-10-15 | 1 | -1/+1 |
* | | implemented different algorithms for maxmemory | antirez | 2010-10-14 | 1 | -0/+19 |
|/ |
|
* | redis.conf new features the new option, a minor typo preventing the compilati... | antirez | 2010-05-28 | 1 | -0/+20 |
* | conflicts resolved | antirez | 2010-05-13 | 1 | -2/+3 |
|\ |
|
| * | make append only filename configurable | Pieter Noordhuis | 2010-05-07 | 1 | -2/+3 |
* | | CONFIG now can change appendfsync policy at run time | antirez | 2010-05-10 | 1 | -0/+4 |
|/ |
|
* | swap file name pid expansion removed. Not suited for mission critical softwar... | antirez | 2010-05-07 | 1 | -9/+5 |
* | clarified a few messages in redis.conf | antirez | 2010-05-06 | 1 | -6/+12 |
* | new units for bytes specification | antirez | 2010-04-22 | 1 | -0/+12 |
* | Active rehashing | antirez | 2010-04-15 | 1 | -0/+20 |
* | shareobjects feautres killed - no gains most of the time, but VM complexities | antirez | 2010-04-09 | 1 | -17/+0 |
* | Now PUBLISH commands are replicated to slaves | antirez | 2010-04-02 | 1 | -2/+2 |
* | support for include directive in config parser | Jeremy Zawodny | 2010-03-19 | 1 | -0/+10 |
* | HSET fixes, now the new pointer is stored back in the object pointer field | antirez | 2010-03-07 | 1 | -0/+7 |
* | Bug #169 fixed (BLOP/BRPOP interrupted connections are not cleared from the q... | antirez | 2010-02-27 | 1 | -0/+4 |
* | Saner VM defaults for redis.conf | antirez | 2010-02-10 | 1 | -9/+9 |
* | multi bulk requests in redis-benchmark, default fsync policy changed to every... | antirez | 2010-02-06 | 1 | -8/+12 |
* | support for named VM swap file. Fixed a few important interaction issues betw... | antirez | 2010-01-15 | 1 | -0/+13 |
* | support for blocking VM in config file | antirez | 2010-01-12 | 1 | -0/+3 |
* | non-blocking VM data structures, just a start | antirez | 2010-01-09 | 1 | -3/+11 |
* | vm-enabled set to no by default in redis.conf | antirez | 2010-01-06 | 1 | -2/+3 |
* | a new default redis.conf | antirez | 2010-01-06 | 1 | -7/+14 |
* | VM stats in INFO command | antirez | 2010-01-06 | 1 | -2/+3 |
* | Introduced a new log verbosity level, so now DEBUG is really for debugging. R... | antirez | 2010-01-06 | 1 | -1/+1 |
* | BGREWRITEAOF now works with swapping on | antirez | 2010-01-05 | 1 | -3/+6 |
* | basic VM mostly working! | antirez | 2010-01-05 | 1 | -0/+36 |
* | more object-level VM primitives | antirez | 2010-01-05 | 1 | -0/+4 |
* | LZF compression re-enabled by default, but with INIT_HTAB set to 0 to avoid t... | antirez | 2009-12-16 | 1 | -4/+4 |
* | lzf compression switched off by default now, with config file option to enabl... | antirez | 2009-12-16 | 1 | -17/+25 |
* | Changed the reply of BGSAVE and BGREWRITEAOF from +OK to a more meaningful me... | antirez | 2009-12-13 | 1 | -0/+3 |
* | TODO list modified. What's planned for 1.4 is now written in the stone ;) | antirez | 2009-12-12 | 1 | -4/+11 |
* | append only mode is now able to translate EXPIRE into EXPIREAT transparently | antirez | 2009-10-30 | 1 | -6/+9 |
* | appendfsync is now set to NO by default | antirez | 2009-10-30 | 1 | -0/+2 |
* | support for appendonly mode no, always, everysec | antirez | 2009-10-30 | 1 | -0/+17 |
* | Initial implementation of append-only mode. Loading still not implemented. | antirez | 2009-10-30 | 1 | -0/+17 |
* | shareobjectspoolsize implemented in reds.conf, in order to control the pool s... | antirez | 2009-06-03 | 1 | -0/+11 |
* | minor fix for Solaris boxes | antirez | 2009-05-28 | 1 | -0/+7 |