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 current version check implementation in index.js relies on process.version, which is not available in Edge Runtime environments (like Next.js/Vercel Edge Functions). This causes the package to fail when used in modern serverless environments.
I'm experiencing this problem when using this package with both redis and ioredis clients.
The current version check implementation in
index.js
relies onprocess.version
, which is not available in Edge Runtime environments (like Next.js/Vercel Edge Functions). This causes the package to fail when used in modern serverless environments.I'm experiencing this problem when using this package with both redis and ioredis clients.
Related Issues:
The text was updated successfully, but these errors were encountered: