| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow configuring signaled shutdown flags (#10594) | Eduardo Semprebon | 2022-04-26 | 1 | -0/+16 |
* | Set replicas to panic on disk errors, and optionally panic on replication err... | Madelyn Olson | 2022-04-26 | 1 | -0/+25 |
* | Add socket-mark-id support for marking sockets. (#10349) | David CARLIER | 2022-04-20 | 1 | -0/+10 |
* | Keyspace event for new keys (#10512) | Luke Palmer | 2022-04-13 | 1 | -0/+1 |
* | Cleanups in redis.conf (#10452) | Binbin | 2022-03-27 | 1 | -7/+7 |
* | Update redis.conf (#10396) | Ronald Petty | 2022-03-08 | 1 | -1/+1 |
* | Show publishshard_sent stat in cluster info (#10314) | Binbin | 2022-02-19 | 1 | -1/+1 |
* | Fix OpenSSL 3.0.x related issues. (#10291) | Yossi Gottlieb | 2022-02-15 | 1 | -1/+3 |
* | Fix the misleading description of the option repl-ping-slave-period (#4687) | Pengcheng Huang | 2022-02-10 | 1 | -1/+1 |
* | Set default channel permission to resetchannels for 7.0 (#10181) | Harkrishn Patro | 2022-01-30 | 1 | -9/+1 |
* | doc improvement about acl first-arg (#10199) | Oran Agra | 2022-01-29 | 1 | -4/+5 |
* | Fix outdated save key word in redis.conf (#10166) | Binbin | 2022-01-24 | 1 | -3/+3 |
* | ACL V2 - Selectors and key based permissions (#9974) | Madelyn Olson | 2022-01-20 | 1 | -0/+12 |
* | Adding module api for processing commands during busy jobs and allow flagging... | perryitay | 2022-01-20 | 1 | -13/+19 |
* | Set repl-diskless-sync to yes by default, add repl-diskless-sync-max-replicas... | Oran Agra | 2022-01-17 | 1 | -1/+7 |
* | Changed latency histogram output to omit trailing 0s and periods (#10075) | Madelyn Olson | 2022-01-09 | 1 | -1/+1 |
* | Fixes typo for redis.conf (#10072) | YEONCHEOL JANG | 2022-01-09 | 1 | -1/+1 |
* | Added INFO LATENCYSTATS section: latency by percentile distribution/latency b... | filipe oliveira | 2022-01-05 | 1 | -0/+14 |
* | Fix typos in aof.c / redis.conf (#10057) | Binbin | 2022-01-05 | 1 | -2/+2 |
* | Implement Multi Part AOF mechanism to avoid AOFRW overheads. (#9788) | chenyang8094 | 2022-01-03 | 1 | -10/+33 |
* | Implement clusterbus message extensions and cluster hostname support (#9530) | Madelyn Olson | 2022-01-02 | 1 | -0/+26 |
* | Sharded pubsub implementation (#8621) | Harkrishn Patro | 2022-01-02 | 1 | -0/+9 |
* | Wait for replicas when shutting down (#9872) | Viktor Söderqvist | 2022-01-02 | 1 | -0/+14 |
* | Protected configs and sensitive commands (#9920) | YaacovHazan | 2021-12-19 | 1 | -0/+23 |
* | Introduce memory management on cluster link buffers (#9774) | ny0312 | 2021-12-16 | 1 | -0/+11 |
* | Fix spelling of sanitization (#9901) | Madelyn Olson | 2021-12-06 | 1 | -5/+5 |
* | Multiparam config set (#9748) | yoav-steinberg | 2021-12-01 | 1 | -7/+5 |
* | Replace ziplist with listpack in quicklist (#9740) | sundb | 2021-11-24 | 1 | -1/+1 |
* | Reject PING with MASTERDOWN when replica-serve-stale-data=no (#9757) | Eduardo Semprebon | 2021-11-18 | 1 | -2/+2 |
* | Replica keep serving data during repl-diskless-load=swapdb for better availab... | Eduardo Semprebon | 2021-11-04 | 1 | -3/+7 |
* | Add timestamp annotations in AOF (#9326) | Wang Yuan | 2021-10-25 | 1 | -0/+5 |
* | Replication backlog and replicas use one global shared replication buffer (#9... | Wang Yuan | 2021-10-25 | 1 | -0/+7 |
* | Treat subcommands as commands (#9504) | guybe7 | 2021-10-20 | 1 | -6/+8 |
* | Make Cluster-bus port configurable with new cluster-port config (#9389) | Wen Hui | 2021-10-18 | 1 | -0/+5 |
* | Cleanup typos, incorrect comments, and fixed small memory leak in redis-cli (... | Binbin | 2021-10-02 | 1 | -1/+1 |
* | Fix error message for replica-serve-stale-data in redis.conf doc (#9519) | Eduardo Semprebon | 2021-09-30 | 1 | -2/+3 |
* | Client eviction (#8687) | yoav-steinberg | 2021-09-23 | 1 | -0/+19 |
* | fix typo in redis.conf. Interfece changed to interface (#9498) | Altaf hussain | 2021-09-13 | 1 | -1/+1 |
* | Replace all usage of ziplist with listpack for t_zset (#9366) | sundb | 2021-09-09 | 1 | -2/+2 |
* | Use sync_file_range to optimize fsync if possible (#9409) | Wang Yuan | 2021-08-30 | 1 | -2/+2 |
* | Replace all usage of ziplist with listpack for t_hash (#8887) | sundb | 2021-08-10 | 1 | -2/+2 |
* | Fix ACL category for SELECT, WAIT, ROLE, LASTSAVE, READONLY, READWRITE, ASKIN... | Oran Agra | 2021-07-20 | 1 | -0/+34 |
* | Fix typo in redis.conf comment (#9245) | Lawrence Chou | 2021-07-17 | 1 | -1/+1 |
* | Corrections about the new protected-mode usage. (#9143) | Yossi Gottlieb | 2021-06-27 | 1 | -12/+8 |
* | Add bind-source-addr configuration argument. (#9142) | Yossi Gottlieb | 2021-06-24 | 1 | -0/+12 |
* | Support glob pattern matching for config include files (#8980) | Sam Bortman | 2021-06-16 | 1 | -0/+9 |
* | Remove gopher protocol support. (#9057) | yoav-steinberg | 2021-06-16 | 1 | -58/+0 |
* | Update redis conf (#8707) | Javier Li Sam | 2021-04-21 | 1 | -12/+12 |
* | Modules: adding a module type for key space notification (#8759) | Hanna Fadida | 2021-04-19 | 1 | -1/+2 |
* | ACL channels permission handling for save/load scenario. (#8794) | Harkrishn Patro | 2021-04-19 | 1 | -1/+1 |