next.js icon indicating copy to clipboard operation
next.js copied to clipboard

Refactor cache handler to use ES modules and move Redis client initialization inside callback

Open better-salmon opened this issue 1 year ago • 1 comments

This pull request refactors the cache handler to use ES modules instead of CommonJS modules. It also moves the Redis client initialization inside the callback function to fix Socket already opened error on some systems.

better-salmon avatar Feb 01 '24 08:02 better-salmon

Allow CI Workflow Run

  • [ ] approve CI run for commit: 426718dc29462ddfe6bb9cd73aef9b8264b55471

Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer

ijjk avatar Feb 01 '24 08:02 ijjk