export interface LaqusCacheOptions { ttl?: number; redisPassword: string; redisHost: string; redisPort: number; enableTls: boolean; }