UNPKG

@kazion/create-app

Version:

A cli tool to help you get started with graphql and rest api's with typescript

6 lines (4 loc) 144 B
import IORedis from 'ioredis'; export const REDIS_CONNECTION = new IORedis(process.env.REDIS_URL as string, { maxRetriesPerRequest: null, })