Conrad Ludgate
a113c48c43
proxy: fix redis batching support ( #11905 )
...
## Problem
For `StoreCancelKey`, we were inserting 2 commands, but we were not
inserting two replies. This mismatch leads to errors when decoding the
response.
## Summary of changes
Abstract the command + reply pipeline so that commands and replies are
registered at the same time.
2025-05-13 08:33:53 +00:00
..
2025-05-08 16:46:57 +00:00
2025-02-11 19:46:23 +00:00
2025-05-12 15:48:48 +00:00
2025-04-16 20:05:21 +00:00
2025-02-11 19:46:23 +00:00
2025-04-16 20:05:21 +00:00
2025-04-25 11:09:56 +00:00
2025-02-24 15:26:28 +00:00
2025-04-23 12:18:30 +00:00
2025-05-05 11:18:55 +00:00
2025-04-16 20:05:21 +00:00
2025-05-13 08:33:53 +00:00
2025-04-16 20:05:21 +00:00
2025-04-16 20:05:21 +00:00
2025-05-08 16:46:57 +00:00
2025-05-12 15:48:48 +00:00
2025-05-13 08:33:53 +00:00
2025-03-11 17:17:30 +00:00
2025-03-13 15:03:22 +00:00
2025-04-16 19:03:23 +00:00
2025-03-26 10:50:16 +00:00
2024-12-16 16:37:15 +00:00
2025-04-16 20:05:21 +00:00
2024-11-19 13:58:11 +00:00
2025-04-23 12:18:30 +00:00
2025-04-29 13:11:24 +00:00
2025-05-08 16:46:57 +00:00
2024-12-16 16:37:15 +00:00
2025-04-24 09:39:08 +00:00
2025-02-24 15:26:28 +00:00
2025-04-16 19:03:23 +00:00
2025-01-31 20:32:57 +00:00
2025-04-16 20:05:21 +00:00
2025-04-16 20:05:21 +00:00
2024-10-18 10:27:50 +01:00