react-code-dataset
/
next.js
/turbopack
/crates
/turbopack-ecmascript
/tests
/analyzer
/graph
/pack-2236
/input.js
| import 'server-only' | |
| import { Redis as UpstashRedis } from '@upstash/redis' | |
| const Redis = | |
| typeof EdgeRuntime === 'undefined' ? require('ioredis') : UpstashRedis | |