File size: 165 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
import 'server-only'
import { Redis as UpstashRedis } from '@upstash/redis'
const Redis =
typeof EdgeRuntime === 'undefined' ? require('ioredis') : UpstashRedis
|
1e92f2d |
1 2 3 4 5 6 7 |
import 'server-only'
import { Redis as UpstashRedis } from '@upstash/redis'
const Redis =
typeof EdgeRuntime === 'undefined' ? require('ioredis') : UpstashRedis
|