jbilcke-hf's picture
jbilcke-hf HF staff
we can now post comments
38d787b
raw
history blame
No virus
163 Bytes
import { Redis } from "@upstash/redis"
import { redisToken, redisUrl } from "./config"
export const redis = new Redis({
url: redisUrl,
token: redisToken
})