export type ClientNamespace = string | symbol;
export type ClientType = 'redis' | 'cluster';
