summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ACL: fix config get requirepass.antirez2019-01-181-0/+1
* | ACL: reimplement requirepass option in term of ACLs.antirez2019-01-171-5/+44
* | RESP3: Use new deferred len API in config.c.antirez2019-01-091-2/+2
* | freeMemoryIfNeeded() small refactoring.antirez2018-12-121-1/+1
* | Fix cluster-replica-no-failover option name.antirez2018-11-071-1/+1
* | fix typo in config.chujie2018-10-211-1/+1
* | Slave removal: add a few forgotten aliases for CONFIG SET.antirez2018-09-131-0/+10
* | Slave removal: slave -> replica in redis.conf and output buffer option.antirez2018-09-111-1/+3
* | Slave removal: config.c converted + config rewriting hacks.antirez2018-09-111-38/+117
* | Use commands (effects) replication by default in scripts.antirez2018-09-051-0/+2
* | Make slave-ignore-maxmemory configurable.antirez2018-08-271-0/+9
* | Re-apply rebased #2358.antirez2018-08-271-1/+1
* | Fix build errors caused by #2358.antirez2018-08-271-11/+0
* | Merge branch 'unstable' into config-set-maxmemory-grammarChris Lamb2018-08-251-509/+724
|\ \
| * | Make dynamic hz actually configurable.antirez2018-07-301-0/+9
| * | Dynamic HZ: separate hz from the configured hz.antirez2018-07-231-8/+8
| * | Fix config set slowlog-log-slower-than and condition in createLatencyReportWuYunlong2018-07-131-1/+1
| * | addReplySubSyntaxError() renamed to addReplySubcommandSyntaxError().antirez2018-07-021-1/+1