summaryrefslogtreecommitdiff
path: root/utils/generate-command-code.py
Commit message (Expand)AuthorAgeFilesLines
* Reimplement cli hints based on command arg docs (#10515)Jason Elbaum2023-03-301-38/+88
* Minor fix to print, set to str (#11934)Binbin2023-03-171-3/+3
* Use older string format to support earlier python versions (#11920)Ozan Tezcan2023-03-151-4/+4
* Add reply_schema to command json files (internal for now) (#10273)guybe72023-03-111-28/+90
* Repurpose redisCommandArg's name as the unique ID (#11051)guybe72022-08-181-2/+24
* Fix some commands key spec in json files (#10779)Binbin2022-05-271-3/+64
* Add the deprecated_since field in command args of COMMAND DOCS (#10545)guybe72022-04-131-0/+2
* Add key-specs notes (#10193)guybe72022-01-301-1/+2
* 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
* Command table: Sorted subcommands (#9951)guybe72021-12-161-6/+8
* Auto-generate the command table from JSON files (#9656)guybe72021-12-151-0/+417