We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ref: redis/go-redis#2920
Add a MAXAGE block to the end of:
MAXAGE block
rueidis/hack/cmds/commands.json
Lines 663 to 715 in 236216b
and then run go generate
go generate
The NOVALUES block should look like:
NOVALUES block
{ "name": "MAXAGE", "type": "integer", "token": "MAXAGE", "optional": true }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Ref: redis/go-redis#2920
Suggested change:
Add a
MAXAGE block
to the end of:rueidis/hack/cmds/commands.json
Lines 663 to 715 in 236216b
and then run
go generate
The
NOVALUES block
should look like:The text was updated successfully, but these errors were encountered: