Commit 147daeb
Update fakeredis dependency to main repo (#179)
Nate's PR fixing xpending_range has been merged into the main fakeredis
repo, so we can now switch from his fork to the official repository.
## Changes
- Moved fakeredis from dev dependencies to main dependencies (it's used
for the memory backend feature, not just testing)
- Updated from Nate's fork to main repo at commit ad50a0d
- This commit includes the xpending_range fix that returns all 4
required fields (message_id, consumer, time_since_delivered,
times_delivered)
- Added comment noting we're using a specific commit until version >
2.32.0 is released (presumably 2.33.0)
## Testing
Verified with full test suite using memory backend - all 272 tests pass,
including the 4 memory backend specific tests.
Related: cunla/fakeredis-py#427
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent a5afb8b commit 147daeb
2 files changed
+8
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
40 | 44 | | |
41 | 45 | | |
42 | 46 | | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments