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 in Node v16+ (and browsers) — it was never defined in Node 14.