export interface IRedisManager { hasFeatureFlag(tenantId: string, ffName: string): Promise; disconnect(): Promise; }