summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | diskless replication on slave side (don't store rdb to file), plus some other...Oran Agra2019-07-081-6/+32
* | Refactored yesno configs so there was less duplicationMadelyn Olson2019-06-131-265/+89
|/
* fix memory leak when rewrite config filezhaozhao.zz2019-05-071-4/+3
* Threaded IO: configuration directive for turning on/off reads.antirez2019-05-061-0/+6
* Threaded IO: make num of I/O threads configurable.antirez2019-05-061-0/+7
* Merge pull request #4904 from guybe7/memtoll_fixSalvatore Sanfilippo2019-03-141-2/+2
|\
| * Use memtoll() in 'CONFIG SET client-output-buffer-limit'Guy Benoish2018-04-181-2/+2
* | Gopher: config setting to turn support on/off.antirez2019-02-211-0/+8
* | ACL: add masteruser configuration for replicationzhaozhao.zz2019-02-121-0/+8
* | ACL: ability to configure an external ACL file.antirez2019-02-051-0/+5
* | ACL: implement rewriting of users in redis.conf.antirez2019-02-051-0/+33
* | ACL: better error reporting in users configuration errors.antirez2019-02-041-1/+5
* | ACL: make ACLAppendUserForLoading() able to report bad argument.antirez2019-02-041-1/+2
* | ACL: initial appending of users in user loading list.antirez2019-02-041-0/+5
* | ACL: fix compile warningszhaozhao.zz2019-01-211-1/+1
* | ACL: remove server.requirepass + some refactoring.antirez2019-01-181-6/+4