Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[skip ci] Add script to extract redis key/arg count ranges #616

Merged
merged 1 commit into from
Jul 1, 2021

Conversation

TysonAndre
Copy link
Collaborator

This uses commands.json from redis's documentation to determine which
category a given redis command falls into.
This will be useful to ensure that twemproxy stays up to date with new redis
commands. (but the new script still requires a lot of manual work).

This was used to generate the previously added documentation and determine which redis commands to add where.

Problem

It's difficult to manually track which redis commands have which key/argument counts for dozens of commands

Solution

Track this in a script which will output information about any missing or out of date redis command argument info.

This uses commands.json from redis's documentation to determine which
category a given redis command falls into.
This will be useful to ensure that twemproxy stays up to date with new redis
commands.
@TysonAndre TysonAndre merged commit c741bf1 into master Jul 1, 2021
@TysonAndre TysonAndre deleted the extract_redis_commands_argcounts branch July 4, 2021 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant