jbilcke-hf's picture
jbilcke-hf HF staff
add login
58379d0
raw
history blame contribute delete
188 Bytes
import { Redis } from "@upstash/redis"
export const redis = new Redis({
url: `${process.env.UPSTASH_REDIS_REST_URL || ""}`,
token: `${process.env.UPSTASH_REDIS_REST_TOKEN || ""}`,
})