-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
It might actually not be a "bug" but when I use the SORTBY
search option it seems to be ignored (which makes sense considering it is commented out in /packages/search/lib/commands/SEARCH.ts).
I can see that a MSORTBY
option is supported but when I try to use it I get an error from Redis (ReplyError: Unknown argument MSORTBY
at position 1 for ...)
Is there a way to workaround this issue?
Environment:
- Node.js Version: 14.17.0
- Redis Server Version: 6.2.3
- Node Redis Version: 4.0.0
- Platform: Windows 10