UNPKG

@shahanahmed86/create-server

Version:
8 lines (4 loc) 171 B
import Redis from 'ioredis'; import { REDIS_HOST, REDIS_PORT } from '../config'; const redis = new Redis({ host: REDIS_HOST, port: REDIS_PORT }); export default redis;