We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Would allow me to increment by more than 1 in redis
Bun.redis.incrby(key: string, count: number)
Running raw commands
The text was updated successfully, but these errors were encountered:
Bun.redis
incrby
decrby
incrbyfloat
Successfully merging a pull request may close this issue.
What is the problem this feature would solve?
Would allow me to increment by more than 1 in redis
What is the feature you are proposing to solve the problem?
Bun.redis.incrby(key: string, count: number)
What alternatives have you considered?
Running raw commands
The text was updated successfully, but these errors were encountered: