You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle array response in parallell with pubsub using RESP3
RESP3 allows sending commands in parallell with pubsub handling and
these commands might get responded with a REDIS_REPLY_ARRAY, like `SORT`.
This conflicts with the pubsub response handling for RESP2, and triggers
asserts when attempting to find the subscribe callback.
Add functionality to keep track of PUSH/RESP3 support on the connection
and only expect the message type REDIS_REPLY_PUSH as subscribe messages
when once seen.
0 commit comments