export interface RedisConfig { username: string password: string host: string port: number db: number }