Jens Deppe created GEODE-8168: --------------------------------- Summary: Redis pipelined command responses can be corrupted Key: GEODE-8168 URL: https://issues.apache.org/jira/browse/GEODE-8168 Project: Geode Issue Type: Bug Components: redis Reporter: Jens Deppe
Redis clients can send pipelined commands where commands are sent as batches. Responses are expected in the same order as the commands. Since we switched the responses of PUBLISH commands to be asynchronous, now command responses can be interleaved incorrectly which results in clients to break. For example the client is expecting a response from PUBLISH but, instead, gets a response to HMSET. -- This message was sent by Atlassian Jira (v8.3.4#803005)