summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge pull request #4998 from itamarhaber/module_command_helpSalvatore Sanfilippo2018-07-021-6/+5
| |\
| | * Capitalizes subcommands & orders lexicographicallyItamar Haber2018-06-091-4/+4
| | * Globally applies addReplySubSyntaxErrorItamar Haber2018-06-071-2/+1
| * | add active defrag support for streamsOran Agra2018-06-271-0/+5
| * | Merge pull request #4634 from soloestoy/special-authSalvatore Sanfilippo2018-06-221-2/+2
| |\ \
| | * | config: handle special configuration "" for authzhaozhao.zz2018-01-261-2/+2
| * | | Merge pull request #5020 from shenlongxing/fix-configSalvatore Sanfilippo2018-06-181-27/+27
| |\ \ \
| | * | | Fix config_set_numerical_field() integer overflow.shenlongxing2018-06-131-27/+27
| * | | | Merge pull request #4758 from soloestoy/rdb-save-incremental-fsyncSalvatore Sanfilippo2018-06-161-0/+12
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | rdb: incremental fsync when redis saves rdbzhaozhao.zz2018-03-161-0/+12
| | |/ /
| * | | fix active-defrag-threshold value errorShen Longxing2018-06-121-4/+6
| * | | fix integer case errorshenlongxing2018-06-091-1/+1
| | |/ | |/|
| * | Streams: make macro node limits configurable.antirez2018-06-071-0/+14
| * | Make active defragmentation tests optional.antirez2018-05-241-3/+4
| * | Merge pull request #4691 from oranagra/active_defrag_v2Salvatore Sanfilippo2018-03-221-0/+10
| |\ \
| | * | active defrag v2Oran Agra2018-03-121-0/+10
| | |/
| * | Cluster: ability to prevent slaves from failing over their masters.antirez2018-03-141-0/+13
| |/
| * proto-max-querybuf-len -> client-query-buffer-limit.antirez2018-01-111-4/+4
| * New config options about protocol prefixed with "proto".antirez2018-01-111-9/+9
| * Add config options for max-bulk-len and max-querybuf-len mainly to support RE...Oran Agra2017-12-291-0/+12
| * Change indentation and other minor details of PR #4489.antirez2017-12-061-6/+6
| * Merge remote-tracking branch 'upstream/unstable' into help_subcommandsItamar Haber2017-12-051-2/+6
| |\
| | * LFU: fix the missing of config get and rewritezhaozhao.zz2017-11-271-2/+6
| * | Adds help to `CONFIG`Itamar Haber2017-12-031-15/+16
| |/