import { Redis } from 'ioredis'; export default interface FactoryConfig { readonly client?: () => Promise; readonly prefix?: string; }