summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* proto-max-querybuf-len -> client-query-buffer-limit.antirez2018-01-111-4/+4
* New config options about protocol prefixed with "proto".antirez2018-01-111-9/+9
* Add config options for max-bulk-len and max-querybuf-len mainly to support RE...Oran Agra2017-12-291-0/+12
* Change indentation and other minor details of PR #4489.antirez2017-12-061-6/+6
* Merge remote-tracking branch 'upstream/unstable' into help_subcommandsItamar Haber2017-12-051-2/+6
|\
| * LFU: fix the missing of config get and rewritezhaozhao.zz2017-11-271-2/+6
* | Adds help to `CONFIG`Itamar Haber2017-12-031-15/+16
|/
* fix rewrite config: auto-aof-rewrite-min-sizeWuYunlong2017-07-151-2/+2
* Use SipHash hash function to mitigate HashDos attempts.antirez2017-02-201-1/+1
* Defrag: not enabled by default. Error on CONFIG SET if not available.antirez2017-01-111-0/+10
* active memory defragmentationoranagra2016-12-301-0/+58
* Only show Redis logo if logging to stdout / TTY.antirez2016-12-191-0/+4
* Switch PFCOUNT to LogLog-Beta algorithm.antirez2016-12-161-10/+1
* LogLog-Beta Algorithm support within HLLHarish Murthy2016-12-161-1/+10
* Security: CONFIG SET client-output-buffer-limit overflow fixed.antirez2016-09-261-3/+5
* RDB AOF preamble: WIP 2.antirez2016-08-091-0/+9
* Ability of slave to announce arbitrary ip/port to master.antirez2016-07-271-0/+19
* LFU: make counter log factor and decay time configurable.lfuantirez2016-07-201-0/+16
* LFU: Redis object level implementation.antirez2016-07-151-0/+2
* CONFIG GET is now no longer case sensitive.antirez2016-07-041-12/+12
* Merge pull request #3252 from oranagra/config_fixSalvatore Sanfilippo2016-06-171-3/+3
|\
| * config set list-max-ziplist-size didn't support negative values, unlike confi...oranagra2016-05-221-3/+3
* | Don't assume no padding or specific ordering in moduleLoadQueueEntry structure.antirez2016-06-131-2/+3
* | Make sure modules arguments are raw strings.antirez2016-06-131-1/+1
* | Minor changes to unifor C style to Redis code base for PR #3293.antirez2016-06-131-3/+3
* | Use RedisModuleString for OnLoad argv.Yossi Gottlieb2016-06-051-2/+2
* | Allow passing arguments to modules on load.Yossi Gottlieb2016-06-051-2/+15
|/
* Modules: first preview 31 March 2016.antirez2016-05-101-0/+2
* Merge pull request #3188 from therealbill/unstableSalvatore Sanfilippo2016-05-051-2/+2
|\
| * fix for #3187therealbill2016-04-221-2/+2
* | Allow CONFIG GET during loading.antirez2016-05-041-0/+6
* | fix small issues in redis 3.2Oran Agra2016-04-251-0/+2
|/
* Cluster announce ip / port initial implementation.antirez2016-01-291-0/+24
* Cluster announce ip / port configuration handling.antirez2016-01-291-0/+8
* Fix memory leak in masterauth config option loading.antirez2016-01-251-0/+1
* New security feature: Redis protected mode.antirez2016-01-071-0/+8
* Lazyfree options implemented in the configuration.antirez2015-10-051-0/+36
* CLIENT_MASTER introduced.antirez2015-07-281-4/+4
* RDMF: more names updated.antirez2015-07-271-4/+4
* RDMF: More consistent define names.antirez2015-07-271-55/+55
* RDMF: REDIS_OK REDIS_ERR -> C_OK C_ERR.antirez2015-07-261-3/+3
* RDMF: redisAssert -> serverAssert.antirez2015-07-261-4/+4
* RDMF: OBJ_ macros for object related stuff.antirez2015-07-261-8/+8
* RDMF: use client instead of redisClient, like Disque.antirez2015-07-261-3/+3
* RDMF: redisLog -> serverLog.antirez2015-07-261-6/+6
* RDMF (Redis/Disque merge friendlyness) refactoring WIP 1.antirez2015-07-261-37/+37
* config tcp-keepalive should be numerical field not boolJiahao Huang2015-07-161-3/+3
* Config: improve loglevel message error.antirez2015-03-121-1/+1
* CONFIG GET syslog-facility added.antirez2015-03-121-0/+2
* CONFIG SET refactoring: use enums in more places.antirez2015-03-111-150/+65