Skip to content

ClusterConfiguration

@tsed/redis

Usage

typescript
import { ClusterConfiguration } from "@tsed/orm/redis/src/domain/RedisConfiguration";

See /packages/orm/redis/src/domain/RedisConfiguration.ts.

Overview

ts
type ClusterConfiguration = {
    nodes: any[];
} & Record<string, any>;

nodes

ts
nodes: any[];

Released under the MIT License.