prorm API Reference
    Preparing search index...

    Interface RedisClusterCacheOptions

    Configuration for using a Redis cluster as the shared cache.

    interface RedisClusterCacheOptions {
        nodes: RedisClusterNode[];
        maxRedirects?: number;
        keyPrefix?: string;
        defaultTtl?: number;
        readFromReplicas?: boolean;
        poolSize?: number;
        lazyConnect?: boolean;
        l1?: L1CacheOptions;
    }
    Index
    maxRedirects?: number
    keyPrefix?: string
    defaultTtl?: number
    readFromReplicas?: boolean
    poolSize?: number
    lazyConnect?: boolean