summaryrefslogtreecommitdiff
path: root/src/config.c
Commit message (Expand)AuthorAgeFilesLines
* Remove prototypes with empty declarations (#12020)Madelyn Olson2023-05-021-3/+3
* check for known-slave in sentinel rewrite config (#11775)Subhi Al Hasan2023-04-041-2/+3
* Implementing the WAITAOF command (issue #10505) (#11713)Slava Koyfman2023-03-141-1/+13
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-0/+6
* Demoting some of the non-warning messages to notice (#10715)Binbin2023-02-191-2/+2
* Make dictEntry opaqueViktor Söderqvist2023-01-111-4/+4
* In cluster-mode enabled, override the databases config at startup to 1 (#11555)llahav-amzn2023-01-041-0/+6
* Introduce .is_local method for connection layer (#11672)zhenwei pi2023-01-041-1/+1
* Optimize client memory usage tracking operation while client eviction is disa...Harkrishn Patro2022-12-071-1/+32
* [BUG] Fix announced ports not updating on local node when updated at runtime ...DevineLiu2022-11-251-3/+9
* Listpack encoding for sets (#11290)Viktor Söderqvist2022-11-091-0/+2
* Re-design cluster link send buffer to improve memory management (#11343)Brennan2022-11-011-1/+1
* Stabilize cluster hostnames tests (#11307)Madelyn Olson2022-10-031-0/+1
* Add RM_SetContextUser to support acl validation in RM_Call (and scripts) (#10...Shaya Potter2022-09-221-3/+3
* Introduce .listen into connection typezhenwei pi2022-08-221-3/+40
* Use connection name of stringzhenwei pi2022-08-221-4/+4
* Abstract accept handlerzhenwei pi2022-08-221-2/+2
* Introduce connection layer frameworkzhenwei pi2022-08-221-7/+3
* Support setlocale via CONFIG operation. (#11059)yourtree2022-08-211-0/+11
* Avoid using unsafe C functions (#10932)ranshid2022-07-181-5/+4
* 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