library · inferred from evidence
redis-js
A GitHub repository or project related to the @upstash/redis library.
- @upstash/redis in Nuxt: RollupError Could not resolve "./chunk-*.js"
Using a recent @upstash/redis in Nuxt, the build fails with `RollupError: Could not resolve "./chunk-SMBYCQIJ.js" from "./chunk-SMBYCQIJ.js?commonjs-external"` and the client can't initialize. Cause: after the packaging switch from deno to
- @upstash/redis on Node 14: "Unable to decode base64 []: atob is not defined"
Since @upstash/redis v1.14.0, running on Node 14 (e.g. Vercel with the Node 14.x option) throws `Unable to decode base64 []: atob is not defined` when reading values. Cause: v1.14.0 introduced base64 decoding via `atob`, which only exists i