summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6243 from soloestoy/expand-lazy-free-server-delSalvatore Sanfilippo2020-04-061-0/+1
|\
| * lazyfree: add a new configuration lazyfree-lazy-user-delzhaozhao.zz2019-12-181-0/+1
* | ACL: Make Redis 6 more backward compatible with requirepass.antirez2020-03-161-4/+12
* | Make sync RDB deletion configurable. Default to no.antirez2020-03-041-0/+1
* | Show Redis version when not understanding a config directive.antirez2020-02-271-1/+2
* | Fix SDS misuse in enumConfigSet(). Related to #6778.antirez2020-02-271-3/+3
* | Remove useless comment from enumConfigSet().antirez2020-02-271-1/+0
* | Merge pull request #6778 from pponnuvel/fix_possible_overflowSalvatore Sanfilippo2020-02-271-5/+5
|\ \
| * | Fix a potential overflow with strncpyPonnuvel Palaniyappan2020-01-141-5/+5
* | | Tracking: fix max-keys configuration directive.antirez2020-02-191-1/+1
* | | Tracking: minor change of names and new INFO field.antirez2020-02-071-1/+1
* | | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2020-02-061-99/+38
|\ \ \
| * \ \ Merge pull request #6844 from oranagra/bind_config_leakSalvatore Sanfilippo2020-02-061-0/+4
| |\ \ \
| | * | | Memory leak when bind config is provided twiceOran Agra2020-02-061-0/+4
| * | | | fix maxmemory config warningOran Agra2020-02-061-2/+3
| |/ / /
| * | | config.c verbose error replies for CONFIG SET, like config file parsingOran Agra2020-02-051-97/+31
| |/ /
* | | ACL LOG: make max log entries configurable.acl-logantirez2020-02-041-0/+1
|/ /
* | Merge pull request #6715 from trevor211/fixPotentialClusterLinkErrorSalvatore Sanfilippo2020-01-091-0/+4
|\ \
| * | Fix petential cluster link error.WuYunlong2019-12-311-0/+4
* | | Adjusts 'io_threads_num' max to 128Itamar Haber2020-01-041-1/+1
|/ /
* | config.c adjust config limits and mutableOran Agra2019-12-261-6/+6
|/
* Resolved merge missMadelyn Olson2019-12-161-1/+1
* Add configuration option for allowing reads on cluster downMadelyn Olson2019-12-161-0/+2
* config.c post refactory cleanupOran Agra2019-12-011-142/+122
* Converting more configs to use generic infra, and moving defaults to config.cOran Agra2019-11-281-429/+226
* More improvements and fixes to generic config infraOran Agra2019-11-281-84/+221
* Additional config.c refactory and bugfixesOran Agra2019-11-261-142/+223
* config.c: remove trailing spaces, trim comments to 80 cols.antirez2019-11-221-103/+102
* Changed a tab to a spaceMadelyn Olson2019-11-221-1/+1
* Fixed a bug with enum log printingMadelyn Olson2019-11-221-9/+9
* Fixed some linux warningsMadelyn Olson2019-11-221-9/+23
* Added a flag for strings that are stored as NULLMadelyn Olson2019-11-211-20/+36
* Refactored renaming types in configMadelyn Olson2019-11-201-669/+515
* Expire cycle: make expire effort configurable.antirez2019-11-181-1/+13
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-0/+6
|\
| * Merge remote-tracking branch 'antirez/unstable' into jemalloc_purge_bgOran Agra2019-10-041-284/+143
| |\
| | * Merge pull request #6308 from oranagra/repl-diskless-load-configSalvatore Sanfilippo2019-10-041-0/+1
| | |\
| | | * fix error handling on config parsing of repl-diskless-loadOran Agra2019-08-081-0/+1
| | * | Make config.c always_replicate_commands more uniform.antirez2019-09-201-4/+4
| | * | Remove redundant statement in config.c.antirez2019-09-201-2/+3
| | * | Fix bad handling of unexpected option while loading config "lua-replicate-com...WuYunlong2019-09-201-0/+3
| | |/
| * | make redis purge jemalloc after flush, and enable background purging threadOran Agra2019-06-021-0/+9
* | | TLS: Improve CA certifiate configuration options.Yossi Gottlieb2019-10-081-0/+15
* | | TLS: Configuration options.Yossi Gottlieb2019-10-071-52/+118
* | | diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-0/+10
* | | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-1/+82
| |/ |/|
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2019-07-241-4/+2
|\ \
| * \ Merge pull request #6265 from madolson/dev-unstable-remove-create-objectSalvatore Sanfilippo2019-07-231-4/+2
| |\ \
| | * | Removed unecessary creation of Redis objectsMadelyn Olson2019-07-221-4/+2
| | |/
* | | Client side caching: config option for table fill rate.antirez2019-07-241-2/+16
|/ /