Skip to content
New issue

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

Glide cant handle Redis BulkString max size #1649

Closed
shohamazon opened this issue Jun 25, 2024 · 2 comments
Closed

Glide cant handle Redis BulkString max size #1649

shohamazon opened this issue Jun 25, 2024 · 2 comments

Comments

@shohamazon
Copy link
Collaborator

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.

@nihohit
Copy link
Contributor

nihohit commented Jun 26, 2024

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

@barshaul
Copy link
Collaborator

barshaul commented Jul 4, 2024

Fixed in #1756 #1726

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

3 participants