Files
redis/src
Jason Elbaum 5b17909c4f redis-cli generates command help tables from the results of COMMAND (#10043)
This is a followup to #9656 and implements the following step mentioned in that PR:

* When possible, extract all the help and completion tips from COMMAND DOCS (Redis 7.0 and up)
* If COMMAND DOCS fails, use the static help.h compiled into redis-cli.
* Supplement additional command names from COMMAND (pre-Redis 7.0)

The last step is needed to add module command and other non-standard commands.

This PR does not change the interactive hinting mechanism, which still uses only the param
strings to provide somewhat unreliable and inconsistent command hints (see #8084).
That task is left for a future PR. 

Co-authored-by: Oran Agra <oran@redislabs.com>
2022-02-05 16:54:16 +02:00
..
2021-11-08 16:09:33 +02:00
2021-11-08 16:09:33 +02:00
2020-04-24 17:11:21 -07:00
2022-01-30 12:00:03 +02:00
2021-12-19 17:52:23 +02:00
2020-10-27 15:04:18 +02:00
2022-01-06 13:39:38 +02:00
2020-05-05 23:35:08 -04:00
2022-01-06 17:59:37 +02:00
2019-11-19 17:23:47 +08:00
2022-02-04 21:09:36 +02:00
2022-01-02 16:54:47 -08:00
2022-01-06 13:39:38 +02:00
2022-02-04 21:09:36 +02:00
2019-10-02 11:30:20 +02:00
2022-02-04 21:09:36 +02:00
2022-02-04 21:09:36 +02:00
2021-07-10 10:04:54 -05:00
2020-07-21 08:13:05 +03:00
2021-12-01 10:15:11 +02:00