Replies: 1 comment
-
Hi, @leeli0 express 5.x using :query? is still possible but no longer recommended. Redis clients require async/await for all operations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Path like
/search/:query?
isn't supported by express 5.x anymore. Also, the APIs of reids package has changed to async functions, the names changed to camel-cased style. How to update these outdated code? I tried to update one example, no one responded, so I think I may do something wrong.Beta Was this translation helpful? Give feedback.
All reactions