summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Repurpose redisCommandArg's name as the unique ID (#11051)guybe72022-08-181-2/+24
* Module API docs corrections (#10890)Viktor Söderqvist2022-06-211-4/+5
* Outdated comments, replace COUNTER_INIT_VAL with LFU_INIT_VAL, fix typo (#10888)Vlad2022-06-211-5/+5
* Module api doc generator, fixing issue with negative lookback terminating at ...Steve Lorello2022-06-081-1/+1
* Handle multiple_token flag in generate-command-help.rb (#10822)Binbin2022-06-071-1/+5
* Fix some commands key spec in json files (#10779)Binbin2022-05-272-6/+68
* Module API doc script: Mark unreleased API functions (#10674)Viktor Söderqvist2022-05-031-4/+3
* Injects Hugo FrontMatter to module-api.md (#10658)Itamar Haber2022-04-281-1/+10
* Add the deprecated_since field in command args of COMMAND DOCS (#10545)guybe72022-04-131-0/+2
* Fixes commands' syntices (#10534)Itamar Haber2022-04-061-9/+25
* Remove outdated utils/hashtable/rehashing.c (#10526)Binbin2022-04-042-156/+0
* Add appendonlydir-* in utils/create-cluster/.gitignore (#10471)小令童鞋2022-03-261-0/+1
* create-cluster clean now will clean appendonlydir (#10223)Binbin2022-02-071-5/+10
* fix file permissions for scripts in utils folder (#10241)Oran Agra2022-02-052-0/+2
* redis-cli generates command help tables from the results of COMMAND (#10043)Jason Elbaum2022-02-051-0/+0
* Add 'Available since' to module API function docs (#10229)Viktor Söderqvist2022-02-031-0/+194
* Add key-specs notes (#10193)guybe72022-01-301-1/+2
* Update generate-command-help.rb and help.h. (#10196)Yossi Gottlieb2022-01-271-4/+11
* Add command tips to COMMAND DOCS (#10104)guybe72022-01-201-12/+12
* Fix fcall_ro key spec flags in commands.c (#10145)Binbin2022-01-191-6/+8
* New detailed key-spec flags (RO, RW, OW, RM, ACCESS, UPDATE, INSERT, DELETE) ...Oran Agra2022-01-181-4/+8
* Move doc metadata from COMMAND to COMMAND DOCS (#10056)Oran Agra2022-01-111-37/+58
* Adds utils/gen-commands-json.py (#9958)Itamar Haber2021-12-271-0/+114
* Command table: Sorted subcommands (#9951)guybe72021-12-161-6/+8
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-0/+417
* Use utils/create-cluster from any dir (#9766)Vadim Pushtaev2021-11-111-1/+3
* Adds the "bitmap" category to redis-cli help(#9474)Itamar Haber2021-09-091-1/+2
* Fixed some typos, add a spell check ci and others minor fix (#8890)Binbin2021-06-105-6/+6
* Remove useless - from help.h on commands with no arguments (#8939)Oran Agra2021-05-181-1/+1
* Typo fix in gen-test-certs.sh (#8841)pfee2021-04-251-1/+1
* Changes http to https in texts (#8495)cheese12021-03-101-1/+1
* TLS: Add different client cert support. (#8076)Yossi Gottlieb2020-12-111-15/+50
* Limit the main db and expires dictionaries to expand (#7954)Wang Yuan2020-12-061-1/+2
* Adds support for nested args in cli's help (#8074)Itamar Haber2020-11-301-3/+9
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-102-2/+2
* Start redis after network is online (#7639)YoongHM2020-08-111-0/+2
* add force option to 'create-cluster create' script call (#7612)Frank Meier2020-08-051-2/+6
* Fixes to release scripts (#7547)Oran Agra2020-07-212-2/+2
* Adds SHA256SUM to redis-stable tarball uploadItamar Haber2020-07-161-0/+1
* update release scripts for new hosts, and CI to run more tests (#7480)Oran Agra2020-07-124-23/+45
* change references to the github repo location (#7479)Oran Agra2020-07-102-2/+2
* Fix create-cluster BIN_PATH.antirez2020-04-281-1/+1
* Update create-clusterItamar Haber2020-02-281-1/+1
* Adds `BIN_PATH` to create-clusterItamar Haber2020-02-281-6/+8
* Merge pull request #6052 from jtru/better-systemd-integration-v2Salvatore Sanfilippo2019-12-193-0/+88
|\
| * Do not install SysV init-scripts on systemd-enabled hostsJohannes Truschnigg2019-11-191-0/+10
| * Provide example systemd service unit files for redis-serverJohannes Truschnigg2019-11-192-0/+78
* | create-cluster script tailall option.antirez2019-12-111-0/+7
* | create-cluster script: allow additional options.antirez2019-12-031-1/+2
|/
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-162-3/+5
|\