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
Describe the bug
Title describes the bug.
To reproduce
ZADD longnameset 10 "sha256-hash:2a553c8a93af1a1043aeb624de5e484af683d493e2e035343e7bd732511deeee" 20 "world" ZRANGE longnameset 10 +inf BYSCORE WITHSCORES 1) "sha256-hash:2a553c8a93af1a1043aeb624de5e484af683d493e2e035343e7bd732511deeee" 2) "10" 3) "world" 4) "20" ZRANGESTORE longsubset longnameset 10 +inf BYSCORE Error: Server closed the connection
Expected behavior
A new sorted set should be created with the results of the ZRANGE command.
Additional information
Can reproduce on the following docker containers:
The text was updated successfully, but these errors were encountered:
Upon further looking, the max character length for a ZSET entry is 64 characters long before a crash occurs.
Sorry, something went wrong.
Looks like this issue has been resolved with #408, closing this thread.
No branches or pull requests
Describe the bug
Title describes the bug.
To reproduce
Expected behavior
A new sorted set should be created with the results of the ZRANGE command.
Additional information
Can reproduce on the following docker containers:
The text was updated successfully, but these errors were encountered: