Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
2
kora avatar
kora(Edited )

Can we move this code outside, so it is run only once?

const { Redis } = await import("npm:@upstash/redis");
const redis = new Redis({
    url: process.env.upstashURL,
    token: process.env.upstashToken,
});
stevekrouse avatar

Great idea!

Updated: July 29, 2024