| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactory fork child related infra, Unify child pid | YaacovHazan | 2021-01-07 | 1 | -34/+79 |
* | Add ZRANGESTORE command, and improve ZSTORE command (#7844) | Jonah H. Harris | 2021-01-07 | 1 | -0/+4 |
* | Add XAUTOCLAIM (#7973) | guybe7 | 2021-01-06 | 1 | -0/+4 |
* | HELP subcommand, continued (#5531) | Itamar Haber | 2021-01-04 | 1 | -5/+10 |
* | Fix assertion on loading AOF with timed out script. (#8284) | Meir Shpilraien (Spielrein) | 2021-01-04 | 1 | -3/+8 |
* | Fix rare assertion as a result of: active defrag while loading (#8281) | Oran Agra | 2021-01-03 | 1 | -1/+1 |
* | Fix leak in new errorstats commit, and a flaky test (#8278) | Oran Agra | 2021-01-02 | 1 | -1/+1 |
* | Add errorstats info section, Add failed_calls and rejected_calls to commandst... | filipe oliveira | 2020-12-31 | 1 | -3/+60 |
* | Fix memory leaks in error replies due to recent change (#8249) | Oran Agra | 2020-12-27 | 1 | -1/+2 |
* | Make the protocol-version argument of HELLO optional (#7377) | Oran Agra | 2020-12-27 | 1 | -1/+1 |
|\ |
|
| * | HELLO without protover | xhe | 2020-12-24 | 1 | -1/+1 |
* | | Adds count to L/RPOP (#8179) | Itamar Haber | 2020-12-25 | 1 | -2/+2 |
|/ |
|
* | Flow through the error handling path for most errors (#8226) | Madelyn Olson | 2020-12-23 | 1 | -5/+8 |
* | Fix random element selection for large hash tables. (#8133) | Greg Femec | 2020-12-23 | 1 | -0/+2 |
* | fix valgrind warning created by recent pidfile fix (#8235) | Oran Agra | 2020-12-23 | 1 | -0/+1 |
* | Fix issue where fork process deletes the parent pidfile (#8231) | Meir Shpilraien (Spielrein) | 2020-12-22 | 1 | -0/+4 |
* | Remove read-only flag from non-keyspace cmds, different approach for EXEC to ... | Oran Agra | 2020-12-22 | 1 | -9/+17 |
* | Fix PFDEBUG commands flag (#8222) | valentinogeron | 2020-12-21 | 1 | -2/+5 |
* | Fix command reset's arity (#8212) | sundb | 2020-12-18 | 1 | -1/+1 |
* | Expose Redis main thread cpu time, and scrape system time via INFO command. (... | filipe oliveira | 2020-12-13 | 1 | -4/+16 |
* | Add total_forks to INFO STATS (#8155) | Wang Yuan | 2020-12-13 | 1 | -0/+4 |
* | Add GEOSEARCH / GEOSEARCHSTORE commands (#8094) | 杨博东 | 2020-12-12 | 1 | -2/+10 |
* | Sanitize dump payload: fuzz tester and fixes for segfaults and leaks it exposed | Oran Agra | 2020-12-06 | 1 | -0/+1 |
* | Sanitize dump payload: ziplist, listpack, zipmap, intset, stream | Oran Agra | 2020-12-06 | 1 | -0/+3 |
* | Make sure we do not propagate nested MULTI/EXEC (#8097) | guybe7 | 2020-12-06 | 1 | -0/+3 |
* | Limit the main db and expires dictionaries to expand (#7954) | Wang Yuan | 2020-12-06 | 1 | -16/+44 |
* | Adds pub/sub channel patterns to ACL (#7993) | Itamar Haber | 2020-12-01 | 1 | -1/+1 |
* | INFO client_recent_max_input_buffer includes argv array (#8065) | Oran Agra | 2020-11-25 | 1 | -1/+2 |
* | Fix bug with module GIL being released prematurely (#8061) | Oran Agra | 2020-11-22 | 1 | -4/+9 |
* | Fix oom-score-adj-values range, abs options, and bug when used in config file... | Oran Agra | 2020-11-22 | 1 | -2/+4 |
* | Unified MULTI, LUA, and RM_Call with respect to blocking commands (#8025) | Meir Shpilraien (Spielrein) | 2020-11-17 | 1 | -0/+8 |
* | Improve and clean up supervised process support. (#8036) | Yossi Gottlieb | 2020-11-17 | 1 | -35/+66 |
* | Add COPY command (#7953) | swamp0407 | 2020-11-17 | 1 | -0/+4 |
* | Modules callbacks for lazy free effort, and unlink (#7912) | chenyangyang | 2020-11-16 | 1 | -2/+4 |
* | Add new commands ZDIFF and ZDIFFSTORE (#7961) | Felipe Machado | 2020-11-15 | 1 | -4/+12 |
* | Rewritten commands are logged as their original command (#8006) | Madelyn Olson | 2020-11-10 | 1 | -1/+6 |
* | Better INFO fields to track diskless and disk-based replication progress (#7981) | Oran Agra | 2020-11-05 | 1 | -9/+28 |
* | Add RESET command. (#7982) | Yossi Gottlieb | 2020-11-05 | 1 | -5/+12 |
* | Add maxclients and cluster_connections to INFO CLIENTS (#7979) | Oran Agra | 2020-11-04 | 1 | -0/+4 |
* | Disable rehash when redis has child process (#8007) | Wang Yuan | 2020-11-03 | 1 | -1/+3 |
* | Added crash report on SIGABRT (#8004) | Meir Shpilraien (Spielrein) | 2020-11-03 | 1 | -0/+2 |
* | Optionally (default) fail to start if requested bind address is not available... | Oran Agra | 2020-10-28 | 1 | -45/+23 |
* | Fix waste of CPU time about server log in serverCron. | WuYunlong | 2020-10-27 | 1 | -10/+11 |
* | Disable THP if enabled (#7381) | zhenwei pi | 2020-10-27 | 1 | -1/+1 |
* | Support ACL for Sentinel Mode (#7888) | Wen Hui | 2020-10-19 | 1 | -0/+1 |
* | INFO report peak memory before eviction (#7894) | Oran Agra | 2020-10-18 | 1 | -1/+11 |
* | Minor improvements to module blocked on keys (#7903) | guybe7 | 2020-10-12 | 1 | -0/+5 |
* | Introduce getKeysResult for getKeysFromCommand. | Yossi Gottlieb | 2020-10-11 | 1 | -7/+7 |
* | Support getting configuration from both stdin and file at the same time (#7893) | Uri Shachar | 2020-10-11 | 1 | -27/+26 |
* | Adds new pop-push commands (LMOVE, BLMOVE) (#6929) | Felipe Machado | 2020-10-08 | 1 | -0/+14 |