export interface RedisInterface { host: string; port: number; database: string; password: string; }