File size: 188 Bytes
58379d0
 
 
 
 
 
1
2
3
4
5
6
7
import { Redis } from "@upstash/redis"

export const redis = new Redis({
  url: `${process.env.UPSTASH_REDIS_REST_URL || ""}`,
  token: `${process.env.UPSTASH_REDIS_REST_TOKEN || ""}`,
})