valkey-io / valkey-doc

Content for website and man pages
Other
23 stars 37 forks source link

`groups.json` uses dash, command JSON uses underscore #178

Open stockholmux opened 1 month ago

stockholmux commented 1 month ago

I'm working on valkey-io/valkey-io.github.io#150 using the groups.json file to get human readable descriptions from command JSON group fields.

Everything corresponds between the files except sorted set in command JSON files are grouped as sorted_set and the groups.json uses sorted-set.

I can work around this but it's annoying that we're not consistent. I'd be in favour of changing groups.json to reflect the field in the command JSON. Will this break the man page generation script?