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
The type of FtSearchOptionsSORTBYBY option is typed as RediSearchProperty = ${'@' | '$.'}${string}; which force me to use this option as @lastActivity (instead of simple lastActivity before) and results with the following error : [SimpleError: Property @lastActivity not loaded nor in schema]
Was working fine before when the @ and $. prefixes were not required.
Node.js Version
23.3.0
Redis Server Version
8.0.2
Node Redis Version
5.6.0
Platform
Linux
Logs
[SimpleError: Property `@lastActivity` not loaded nor in schema]