build(deps): bump github.com/alicebob/miniredis/v2 from 2.33.0 to 2.35.0
Bumps github.com/alicebob/miniredis/v2 from 2.33.0 to 2.35.0.
Release notes
Sourced from github.com/alicebob/miniredis/v2's releases.
drop a go.mod dep, lua fi, BLMOVE XAUTOCLAIM fixes
- add Lua redis.setresp({2,3})
- embed gopher-json package
- fix XAUTOCLAIM (thanks
@kgunning)- fix writeXpending (thanks
@gnpaone)- fix BLMOVE TTL special case
- constants for key types
@alyssaruthadd ZRANK/ZREVRANK, fix ZINTERSTORE and XTRIM
- fix ZINTERSTORE where target is one of the source sets
- added support for ZRank and ZRevRank with score (thanks Jeff Howell)
- fix MEMORY subcommand casing (thanks
@joshaber)- use streamCmp in Xtrim (thanks
@daniel-cohere)
Changelog
Sourced from github.com/alicebob/miniredis/v2's changelog.
v2.35.0
- add Lua redis.setresp({2,3})
- embed gopher-json package
- fix XAUTOCLAIM (thanks
@kgunning)- fix writeXpending (thanks
@gnpaone)- fix BLMOVE TTL special case
- constants for key types
@alyssaruthv2.34.0
- fix ZINTERSTORE where target is one of the source sets
- added support for ZRank and ZRevRank with score (thanks Jeff Howell)
- fix MEMORY subcommand casing (thanks
@joshaber)- use streamCmp in Xtrim (thanks
@daniel-cohere)
Commits
b5891afprepare v2.35.02af9e02Merge pull request #407 from alicebob/constsf2de203constants for key typesdd31bf6keep the TTL in BLMOVe958328bsimple int test19c928fUpdate tests4363080Update testsd6abbe9Update testsbe97a75Return empty array instead of nil array in writeXpending34f130dMerge pull request #400 from keithgunning/xautoclaim-cursor-fix- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
[!IMPORTANT]
Review skipped
Bot user detected.
To trigger a single review, invoke the
@coderabbitai reviewcommand.You can disable this status message by setting the
reviews.review_statustofalsein the CodeRabbit configuration file.
🪧 Tips
Chat
There are 3 ways to chat with CodeRabbit:
- Review comments: Directly reply to a review comment made by CodeRabbit. Example:
I pushed a fix in commit <commit_id>, please review it.Open a follow-up GitHub issue for this discussion.
- Files and specific lines of code (under the "Files changed" tab): Tag
@coderabbitaiin a new review comment at the desired location with your query. - PR comments: Tag
@coderabbitaiin a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
Support
Need help? Join our Discord community for assistance with any issues or questions.
CodeRabbit Commands (Invoked using PR/Issue comments)
Type @coderabbitai help to get the list of available commands.
Other keywords and placeholders
- Add
@coderabbitai ignoreor@coderabbit ignoreanywhere in the PR description to prevent this PR from being reviewed. - Add
@coderabbitai summaryto generate the high-level summary at a specific location in the PR description. - Add
@coderabbitaianywhere in the PR title to generate the title automatically.
CodeRabbit Configuration File (.coderabbit.yaml)
- You can programmatically configure CodeRabbit by adding a
.coderabbit.yamlfile to the root of your repository. - Please see the configuration documentation for more information.
- If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation:
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
Status, Documentation and Community
- Visit our Status Page to check the current availability of CodeRabbit.
- Visit our Documentation for detailed information on how to use CodeRabbit.
- Join our Discord Community to get help, request features, and share feedback.
- Follow us on X/Twitter for updates and announcements.