import IORedis from 'ioredis'; import { env } from '../config/env.js'; export const redis = new IORedis({ host: env.redisHost, port: env.redisPort, maxRetriesPerRequest: null });