prorm API Reference
    Preparing search index...

    Interface RedisClusterNodeConfig

    Redis cluster node configuration

    interface RedisClusterNodeConfig {
        host: string;
        port: number;
        password?: string;
        tls?: boolean;
    }
    Index
    host: string

    Host of the Redis node

    port: number

    Port of the Redis node

    password?: string

    Password for the Redis node (optional)

    tls?: boolean

    Enable TLS for this node