summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* Fsync directory while persisting AOF manifest, RDB file, and config file (#10...Tian2022-06-201-0/+5
* rewrite alias config to original name (#10811)zhaozhao.zz2022-06-021-10/+5
* Fix bugs in CONFIG REWRITE, omitting rename-command and include lines, and in...zhugezy2022-06-021-4/+15
* Fix possible regression around TLS config changes. Add VOLATILE_CONFIG flag f...yoav-steinberg2022-05-121-12/+12
* redis-server command line arguments support take one bulk string with spaces ...Binbin2022-05-111-3/+17
* Fix --save command line regression in redis 7.0.0 (#10690)Oran Agra2022-05-091-1/+3
* Bug fixes for enum configs with overlapping bit flags (module API) (#10661)Oran Agra2022-05-091-4/+7
* Add module API flag for using enum configs as bit flags (#10643)Oran Agra2022-04-261-2/+5
* Allow configuring signaled shutdown flags (#10594)Eduardo Semprebon2022-04-261-29/+71
* Set replicas to panic on disk errors, and optionally panic on replication err...Madelyn Olson2022-04-261-1/+10
* Add socket-mark-id support for marking sockets. (#10349)David CARLIER2022-04-201-0/+1
* Add comment to sdsConfigSet() (#10605)Moti Cohen2022-04-191-0/+6
* Return 0 when config set out-of-range oom-score-adj-values (#10601)sundb2022-04-191-1/+1
* Fix sdsConfigRewrite() to prevent freeing invalid memory(#10598)Moti Cohen2022-04-181-1/+1
* Keyspace event for new keys (#10512)Luke Palmer2022-04-131-1/+1
* Module Configurations (#10285)Nick Chun2022-03-301-222/+352
* config rewrite enhancement, in case of line longer than 1024 (#8009)zhaozhao.zz2022-03-221-9/+27
* config rewrite failed save errno in case of being tainted (#10461)郭伟光2022-03-211-2/+4
* set "disable-thp" config immutable (#10409)zhugezy2022-03-101-1/+1
* Modules: Add REDISMODULE_EVENT_CONFIG (#10311)Shaya Potter2022-03-071-0/+6
* Move most of the configuration to a hashtable (#10323)Madelyn Olson2022-02-281-107/+159
* Set default channel permission to resetchannels for 7.0 (#10181)Harkrishn Patro2022-01-301-1/+1
* ACL V2 - Selectors and key based permissions (#9974)Madelyn Olson2022-01-201-2/+2
* Adding module api for processing commands during busy jobs and allow flagging...perryitay2022-01-201-1/+1
* Fix additional AOF filename issues. (#10110)Yossi Gottlieb2022-01-181-4/+0
* Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas...Oran Agra2022-01-171-1/+2
* Support whitespace characters in appendfilename, and ban them in appenddirnam...chenyang80942022-01-101-0/+4
* Changed latency histogram output to omit trailing 0s and periods (#10075)Madelyn Olson2022-01-091-4/+8
* Added INFO LATENCYSTATS section: latency by percentile distribution/latency b...filipe oliveira2022-01-051-0/+67
* use startEvictionTimeProc() in config set maxmemory (#10019)zhaozhao.zz2022-01-041-1/+1
* 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