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 thing I may do something wrong.
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 thing I may do something wrong.