Interface SentinelAddress

interface SentinelAddress {
    family?: number;
    host: string;
    port: number;
}

Properties

Properties

family?: number
host: string
port: number