redisTransformerMap: Map<
    string,
    { read: (val: any) => any; write: (val: Date) => string },
> = ...