summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* CONFIG refactoring: configEnum abstraction.antirez2015-03-111-71/+86
* CONFIG SET: memory and special field macros.antirez2015-03-111-29/+39
* CONFIG SET: additional 2 numerical fields refactored.antirez2015-03-101-9/+10
* CONFIG SET refactoring of bool and value fields.antirez2015-03-101-149/+101
* Config: activerehashing option support in CONFIG SET.antirez2015-03-081-0/+5
* Extend memory unit support in CONFIG SET.antirez2015-02-121-5/+5
* Support "1G" etc. units in CONFIG SET maxmemoryChris Lamb2015-02-041-2/+3
* Supervise redis processes only if configuredMatt Stancliff2015-01-091-0/+49
* Config: Add quicklist, remove old list optionsMatt Stancliff2015-01-021-12/+16
* Add maxmemory_policy to INFO outputMatt Stancliff2014-12-111-12/+15
* Diskless sync delay is now configurable.antirez2014-10-271-0/+12
* Diskless replication: redis.conf and CONFIG SET/GET support.antirez2014-10-161-1/+13
* Fix typoEzequiel Lovelle2014-09-291-1/+1
* Cluster: new option to work with partial slots coverage.antirez2014-09-171-0/+15
* Make aof-load-truncated option actually configurable.antirez2014-09-081-1/+14