interface redis {
    host: string;
    password?: string;
    port: number;
}

Properties

Properties

host: string
password?: string
port: number

Generated using TypeDoc