We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis BulkString max size is 512MB.
When running a simple set_get scenario, where the string value's size is 512MB, the client gets stuck and not timed out.
The text was updated successfully, but these errors were encountered:
The good news is that there are tests for this, they just aim at a lower target, so once you fix this, you won't need to write new tests :) https://github.com/aws/glide-for-redis/blob/f14c693c7f602d59144fcc2629ca2e8cfb4e7e88/node/tests/SharedTests.ts#L3423
https://github.com/aws/glide-for-redis/blob/f14c693c7f602d59144fcc2629ca2e8cfb4e7e88/csharp/tests/Integration/GetAndSet.cs#L66
Sorry, something went wrong.
Fixed in #1756 #1726
No branches or pull requests
Redis BulkString max size is 512MB.
When running a simple set_get scenario, where the string value's size is 512MB, the client gets stuck and not timed out.
The text was updated successfully, but these errors were encountered: