You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2021. It is now read-only.
I had a question about zscan, how to return a sorted list (from min to max) and use zscan.
Now I look seems to not sorted list, but every return result set is the same.
e.g:
zscan key 0 match * count 3
return: 1:1, 3:3, 5:5
zscan key 0 match * count 5
return: 1:1, 3:3, 5:5, 4:4, 9:9
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had a question about zscan, how to return a sorted list (from min to max) and use zscan.
Now I look seems to not sorted list, but every return result set is the same.
e.g:
zscan key 0 match * count 3
return: 1:1, 3:3, 5:5
zscan key 0 match * count 5
return: 1:1, 3:3, 5:5, 4:4, 9:9
The text was updated successfully, but these errors were encountered: