summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* Sanitize dump payload: ziplist, listpack, zipmap, intset, streamOran Agra2020-12-061-0/+8
* Limit the main db and expires dictionaries to expand (#7954)Wang Yuan2020-12-061-2/+4
* Adds pub/sub channel patterns to ACL (#7993)Itamar Haber2020-12-011-0/+7
* Fix oom-score-adj-values range, abs options, and bug when used in config file...Oran Agra2020-11-221-6/+19
* Disable THP if enabled (#7381)zhenwei pi2020-10-271-0/+1
* do not add save parameter during config rewrite in sentinel mode (#7945)Wen Hui2020-10-221-0/+6
* fix 32bit build warnings (#7926)Oran Agra2020-10-201-1/+1
* Allow requirepass config to clear the password (#7899)Oran Agra2020-10-141-8/+18
* Support getting configuration from both stdin and file at the same time (#7893)Uri Shachar2020-10-111-12/+15
* ignore slaveof no one in redis.conf (#7842)caozb2020-09-271-1/+10
* Fix config rewrite file handling to make it really atomic (#7824)Uri Shachar2020-09-251-47/+49
* Incremental eviction processing (#7653)Jim Brunner2020-09-161-1/+2
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-3/+3
* Tests: validate CONFIG REWRITE for all params. (#7764)Yossi Gottlieb2020-09-091-3/+9
* Fix default/explicit "save" parameter loading. (#7767)Yossi Gottlieb2020-09-091-0/+9
* Fix CONFIG REWRITE of oom-score-adj-values. (#7761)Yossi Gottlieb2020-09-081-1/+2
* Run active defrag while blocked / loading (#7726)Oran Agra2020-09-031-2/+2
* TLS: relax verification on CONFIG SET. (#7665)Yossi Gottlieb2020-08-171-1/+4
* Add oom-score-adj configuration option to control Linux OOM killer. (#1690)Yossi Gottlieb2020-08-121-0/+119
* config: proto-max-bulk-len must be 1mb or greaterzhaozhao.zz2020-08-111-1/+1
* Print error info if failed opening config file (#6943)Wang Yuan2020-08-081-1/+2
* Assertion and panic, print crash log without generating SIGSEGVOran Agra2020-08-061-1/+13
* remove duplicate semicolon (#7438)hujie2020-08-021-1/+1
* Add optional tls verification (#7502)Jiayuan Chen2020-07-281-1/+7
* TLS: support cluster/replication without tls-port.Yossi Gottlieb2020-07-271-3/+3
* TLS: Session caching configuration support. (#7420)Yossi Gottlieb2020-07-101-1/+10
* Support setcpuaffinity on linux/bsdzhenwei pi2020-05-021-0/+4
* 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