Commit ea3b4ab
committed
Add comment about temporary fakeredis fork dependency
Created upstream PR cunla/fakeredis-py#427 to fix
xpending_range. Using fork temporarily until PR is merged and released.
The fix is required because fakeredis was only returning 2 fields per pending
message (message_id, consumer) when Redis spec requires 4 fields (message_id,
consumer, time_since_delivered, times_delivered). This was causing KeyError
in docket's snapshot() method which accesses these fields.1 parent a0b98ac commit ea3b4ab
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| |||
0 commit comments