export interface IIORedisCacheOptions { host: string; password?: string; port: number; db?: number; } export interface IRedisCacheOptions { url: string; }