Skip to content

ClusterConfiguration

@tsed/ioredis

Usage

typescript
import { ClusterConfiguration } from "@tsed/orm/ioredis/src/types/domain/IORedisConfiguration";

See /packages/orm/ioredis/src/types/domain/IORedisConfiguration.ts.

Overview

ts
type ClusterConfiguration = {
    nodes: string[];
} & ClusterOptions;

nodes

ts
nodes: string[];

Released under the MIT License.