Sam Martin

Results 2 issues of Sam Martin

Hi, we're migrating our codebase from Node 18 to 20 and one of the challenges is that Node 20 needs explicit import specifiers. I'm shopping around for a build step...

stale

The following code snippet works towards actual Upstash but not towards `serverless-redis-http` ### Repro ```ts import { Redis } from '@upstash/redis' const redis = Redis.fromEnv() await Promise.all(['a', 'b', 'c'].map(async (key)...