-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
Got error when using [email protected]
with your cache-handler.js
configuration from README.md
[SyntaxError: The requested module 'redis' does not provide an export named 'commandOptions']
As far as my knowledge goes, I tried to investigate in node_modules/@neshca/cache-handler/dist/handlers/experimental-redis-cluster.js
at Line 358, which describes, as a comment, // src/helpers/get-timeout-redis-command-options.ts
.
In that area, they try to import commandOptions from redis, which does not provide this name anymore. At this time, the original "neshca" would also face this problem. Anyone got this error?