Exceptions about wrong replies in high volume scenarios #557
Unanswered
slope-hassaan-ali
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're trying to replace Redis in one of our services, but we're sometimes getting exceptions from StackExchange.Redis about wrong replies being received from the commands. Here are a couple examples:
Unexpected response to RPUSH: BulkString: 406 bytes
Unexpected response to RPUSH: Array: 12 items
We're using the default config for Garnet, so I don't think it's an issue around the FIFO ordering of request-responses. In our setup we're reusing the same ConnectionMultiplexer between all the threads on each machine as per the StackExchange.Redis docs.
Is there a certain way we need to setup the client to avoid this issue?
Beta Was this translation helpful? Give feedback.
All reactions