| Commit message (Expand) | Author | Age | Files | Lines |
* | Module API docs corrections (#10890) | Viktor Söderqvist | 2022-06-21 | 1 | -4/+5 |
* | Outdated comments, replace COUNTER_INIT_VAL with LFU_INIT_VAL, fix typo (#10888) | Vlad | 2022-06-21 | 1 | -5/+5 |
* | Module api doc generator, fixing issue with negative lookback terminating at ... | Steve Lorello | 2022-06-08 | 1 | -1/+1 |
* | Handle multiple_token flag in generate-command-help.rb (#10822) | Binbin | 2022-06-07 | 1 | -1/+5 |
* | Fix some commands key spec in json files (#10779) | Binbin | 2022-05-27 | 2 | -6/+68 |
* | Module API doc script: Mark unreleased API functions (#10674) | Viktor Söderqvist | 2022-05-03 | 1 | -4/+3 |
* | Injects Hugo FrontMatter to module-api.md (#10658) | Itamar Haber | 2022-04-28 | 1 | -1/+10 |
* | Add the deprecated_since field in command args of COMMAND DOCS (#10545) | guybe7 | 2022-04-13 | 1 | -0/+2 |
* | Fixes commands' syntices (#10534) | Itamar Haber | 2022-04-06 | 1 | -9/+25 |
* | Remove outdated utils/hashtable/rehashing.c (#10526) | Binbin | 2022-04-04 | 2 | -156/+0 |
* | Add appendonlydir-* in utils/create-cluster/.gitignore (#10471) | 小令童鞋 | 2022-03-26 | 1 | -0/+1 |
* | create-cluster clean now will clean appendonlydir (#10223) | Binbin | 2022-02-07 | 1 | -5/+10 |
* | fix file permissions for scripts in utils folder (#10241) | Oran Agra | 2022-02-05 | 2 | -0/+2 |
* | redis-cli generates command help tables from the results of COMMAND (#10043) | Jason Elbaum | 2022-02-05 | 1 | -0/+0 |
* | Add 'Available since' to module API function docs (#10229) | Viktor Söderqvist | 2022-02-03 | 1 | -0/+194 |
* | Add key-specs notes (#10193) | guybe7 | 2022-01-30 | 1 | -1/+2 |
* | Update generate-command-help.rb and help.h. (#10196) | Yossi Gottlieb | 2022-01-27 | 1 | -4/+11 |
* | Add command tips to COMMAND DOCS (#10104) | guybe7 | 2022-01-20 | 1 | -12/+12 |
* | Fix fcall_ro key spec flags in commands.c (#10145) | Binbin | 2022-01-19 | 1 | -6/+8 |
* | New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ... | Oran Agra | 2022-01-18 | 1 | -4/+8 |
* | Move doc metadata from COMMAND to COMMAND DOCS (#10056) | Oran Agra | 2022-01-11 | 1 | -37/+58 |
* | Adds utils/gen-commands-json.py (#9958) | Itamar Haber | 2021-12-27 | 1 | -0/+114 |
* | Command table: Sorted subcommands (#9951) | guybe7 | 2021-12-16 | 1 | -6/+8 |
* | Auto-generate the command table from JSON files (#9656) | guybe7 | 2021-12-15 | 1 | -0/+417 |
* | Use utils/create-cluster from any dir (#9766) | Vadim Pushtaev | 2021-11-11 | 1 | -1/+3 |
* | Adds the "bitmap" category to redis-cli help(#9474) | Itamar Haber | 2021-09-09 | 1 | -1/+2 |
* | Fixed some typos, add a spell check ci and others minor fix (#8890) | Binbin | 2021-06-10 | 5 | -6/+6 |
* | Remove useless - from help.h on commands with no arguments (#8939) | Oran Agra | 2021-05-18 | 1 | -1/+1 |
* | Typo fix in gen-test-certs.sh (#8841) | pfee | 2021-04-25 | 1 | -1/+1 |
* | Changes http to https in texts (#8495) | cheese1 | 2021-03-10 | 1 | -1/+1 |
* | TLS: Add different client cert support. (#8076) | Yossi Gottlieb | 2020-12-11 | 1 | -15/+50 |
* | Limit the main db and expires dictionaries to expand (#7954) | Wang Yuan | 2020-12-06 | 1 | -1/+2 |
* | Adds support for nested args in cli's help (#8074) | Itamar Haber | 2020-11-30 | 1 | -3/+9 |
* | Squash merging 125 typo/grammar/comment/doc PRs (#7773) | Oran Agra | 2020-09-10 | 2 | -2/+2 |
* | Start redis after network is online (#7639) | YoongHM | 2020-08-11 | 1 | -0/+2 |
* | add force option to 'create-cluster create' script call (#7612) | Frank Meier | 2020-08-05 | 1 | -2/+6 |
* | Fixes to release scripts (#7547) | Oran Agra | 2020-07-21 | 2 | -2/+2 |
* | Adds SHA256SUM to redis-stable tarball upload | Itamar Haber | 2020-07-16 | 1 | -0/+1 |
* | update release scripts for new hosts, and CI to run more tests (#7480) | Oran Agra | 2020-07-12 | 4 | -23/+45 |
* | change references to the github repo location (#7479) | Oran Agra | 2020-07-10 | 2 | -2/+2 |
* | Fix create-cluster BIN_PATH. | antirez | 2020-04-28 | 1 | -1/+1 |
* | Update create-cluster | Itamar Haber | 2020-02-28 | 1 | -1/+1 |
* | Adds `BIN_PATH` to create-cluster | Itamar Haber | 2020-02-28 | 1 | -6/+8 |
* | Merge pull request #6052 from jtru/better-systemd-integration-v2 | Salvatore Sanfilippo | 2019-12-19 | 3 | -0/+88 |
|\ |
|
| * | Do not install SysV init-scripts on systemd-enabled hosts | Johannes Truschnigg | 2019-11-19 | 1 | -0/+10 |
| * | Provide example systemd service unit files for redis-server | Johannes Truschnigg | 2019-11-19 | 2 | -0/+78 |
* | | create-cluster script tailall option. | antirez | 2019-12-11 | 1 | -0/+7 |
* | | create-cluster script: allow additional options. | antirez | 2019-12-03 | 1 | -1/+2 |
|/ |
|
* | Merge remote-tracking branch 'upstream/unstable' into tls | Yossi Gottlieb | 2019-10-16 | 2 | -3/+5 |
|\ |
|
| * | Added cluster host and protected mode variables | nikhilajayk | 2019-09-26 | 2 | -3/+5 |