Type Alias RedisCacheAdapterSettings

RedisCacheAdapterSettings: {
    rootGroup: OneOrMore<string>;
    serde: ISerde<string>;
}