chore(deps): update dependency fakeredis to v2.37.1 - #2610
Merged
Conversation
Signed-off-by: Renovate Bot <bot@renovateapp.com>
renovate
Bot
force-pushed
the
renovate/fakeredis-2.x
branch
from
August 24, 2026 06:51
66c0314 to
e8fb5d5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==2.37.0→==2.37.1Release Notes
cunla/fakeredis-py (fakeredis)
v2.37.1Compare Source
What's Changed
🐛 Bug Fixes
FILTER-EF(max filtering effort) option inVSIM— the value was previously parsed but ignored, so alow
FILTER-EFcould return filter matches that real Redis skipsZPOPMIN/ZPOPMAXin RESP3 now return a flat[member, score]pair when no count is given (an array of pairs isonly returned when an explicit count is passed), matching real Redis
ZPOPMIN/ZPOPMAXnow reject a negative count withvalue is out of range, must be positiveZPOPMIN/ZPOPMAX/BZPOPMIN/BZPOPMAX/ZMPOP/BZMPOPnow delete the sorted set key once its last member ispopped
LTRIMnow signals the key as modified even when the trim is a no-op, so aWATCHon that key correctly abortsthe following transaction, matching real Redis
XPENDINGon a missing key or unknown group now raisesNOGROUPinsteadof returning
0/an empty array, and neitherXPENDINGnorXINFO GROUPScreates the key as a side effect (#532)🧰 Maintenance
VADD/VSIMkeep a row-oriented matrix of the vector set resident and reuse it, instead of restacking everystored vector on each call; re-adding an existing member now replaces its row rather than leaving a stale one
JSONPathobjects in the JSON stack mixin (#538)New Contributors
Full Changelog: cunla/fakeredis-py@v2.37.0...v2.37.1
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.