summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788)chenyang80942022-01-031-1/+28
* Implement clusterbus message extensions and cluster hostname support (#9530)Madelyn Olson2022-01-021-0/+39
* Sharded pubsub implementation (#8621)Harkrishn Patro2022-01-021-0/+1
* Wait for replicas when shutting down (#9872)Viktor Söderqvist2022-01-021-0/+1
* Remove incomplete fix of a broader problem (#10013)guybe72021-12-281-3/+0
* Sort out mess around propagation and MULTI/EXEC (#9890)guybe72021-12-231-0/+3
* Allow most CONFIG SET during loading, block some commands in async-loading (#...Oran Agra2021-12-221-5/+15
* Remove EVAL script verbatim replication, propagation, and deterministic execu...zhugezy2021-12-211-5/+25
* Protected configs and sensitive commands (#9920)YaacovHazan2021-12-191-4/+22
* Introduce memory management on cluster link buffers (#9774)ny03122021-12-161-0/+1
* Multiparam config get. (#9914)yoav-steinberg2021-12-161-20/+17
* Error message improvement for CONFIG SET command (#9924)Wen Hui2021-12-151-4/+12
* Fix the server log when client use Multiparam Config Set (#9919)Wen Hui2021-12-091-2/+7
* Hide hidden configs from `config get` patterns. (#9888)yoav-steinberg2021-12-081-5/+21
* Don't write oom score adj to proc unless we're managing it. (#9904)yoav-steinberg2021-12-071-2/+6
* Redis Functions - Move Lua related variable into luaCtx structmeir@redislabs.com2021-12-011-1/+1
* Multiparam config set (#9748)yoav-steinberg2021-12-011-378/+384
* Replace ziplist with listpack in quicklist (#9740)sundb2021-11-241-1/+1
* Add sanitizer support and clean up sanitizer findings (#9601)Ozan Tezcan2021-11-111-1/+1
* fix minor memory leak in rewriteConfigSds (#9762)Jim Brunner2021-11-091-3/+3
* Move config from clusterCron to config update (#9580)Huang Zhw2021-11-071-2/+19
* Refactor config.c for generic setter interface (#9644)yoav-steinberg2021-11-071-388/+345
* Add timestamp annotations in AOF (#9326)Wang Yuan2021-10-251-0/+1
* Replication backlog and replicas use one global shared replication buffer (#9...Wang Yuan2021-10-251-3/+3
* Treat subcommands as commands (#9504)guybe72021-10-201-37/+34
* Move config `unixsocketperm` to generic configs (#9607)Bjorn Svensson2021-10-181-20/+30
* Make Cluster-bus port configurable with new cluster-port config (#9389)Wen Hui2021-10-181-0/+1
* Improved the reliability of cluster replica sync tests (#9628)Madelyn Olson2021-10-131-0/+1
* Move config logfile to generic config (#9592)Bjorn Svensson2021-10-071-7/+1
* Move config `cluster-config-file` to generic configs (#9597)Bjorn Svensson2021-10-071-4/+1
* Client eviction (#8687)yoav-steinberg2021-09-231-53/+99
* Replace all usage of ziplist with listpack for t_zset (#9366)sundb2021-09-091-2/+2
* Better error handling for updateClientOutputBufferLimit. (#9308)Binbin2021-08-291-63/+60
* config memory limits: handle values larger than (signed) LLONG_MAX (#9313)Wen Hui2021-08-231-25/+38
* Let CONFIG GET * show both replicaof and its alias (#9395)Viktor Söderqvist2021-08-211-6/+3
* Replace all usage of ziplist with listpack for t_hash (#8887)sundb2021-08-101-2/+2
* Add debug config flag to print certain config values on engine crash (#9304)Madelyn Olson2021-08-051-43/+70
* dict struct memory optimizations (#9228)yoav-steinberg2021-08-051-3/+3
* Modify some error logs printing level. (#9306)Binbin2021-08-021-1/+1
* Add bind-source-addr configuration argument. (#9142)Yossi Gottlieb2021-06-241-0/+1
* Improve bind and protected-mode config handling. (#9034)Yossi Gottlieb2021-06-221-4/+23
* Make CONFIG GET OOM-score-adj-values case insensitive. (#9114)Binbin2021-06-201-1/+1
* chdir to dir before fopen logfile in loadServerConfigFromString() (#6741)SUN2021-06-201-13/+14
* Use loaderr label to handle error. (#9111)Binbin2021-06-201-3/+3
* Support glob pattern matching for config include files (#8980)Sam Bortman2021-06-161-8/+49
* Remove gopher protocol support. (#9057)yoav-steinberg2021-06-161-1/+0
* Cleaning up the cluster interface by moving almost all related declar… (#9080)Uri Shachar2021-06-151-3/+0
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-101-1/+1
* Modules: rewrite config loadmodule optionzhaozhao.zz2021-06-011-1/+23
* Make full use of replication backlog memory (#8966)Wang Yuan2021-05-201-3/+3