SORT_RO support #2352
emilienkofman
started this conversation in
Ideas
SORT_RO support
#2352
Replies: 1 comment 1 reply
-
Hello, I would add |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi and thank you for the great library.
I've figured out redis v7 supports a read only version of the SORT command that can thus be used on a read-only slave replica, see SORT and SORT_RO. I could not find SORT_RO in the v9 library (maybe I missed it?). If I want to add it would you suggest adding a sort option here or making it a separate command to stick to the redis documentation?
Sincerely
Beta Was this translation helpful? Give feedback.
All reactions