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
If we pass an already initialised upstash redis instance, is the same one used again or a new one is created?
exportfunctiongetGlobalRedis(env: any): Redis{if(!globalRedis){globalRedis=newRedis({url: env.UPSTASH_REDIS_REST_URL,token: env.UPSTASH_REDIS_REST_TOKEN,});console.log("🔄 Created global Redis connection");}returnglobalRedis;}
Can we somehow not wait for PEXPIRE commands of (eg, FixedWindow) like by using waitUntil() in cloudflare workers? We only need to read synchronously to block requests?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi, I actually have two questions -
The text was updated successfully, but these errors were encountered: