---
meta:
 - name: keywords
   description: api typescript node.js documentation ClusterConfiguration type
---
# ClusterConfiguration - @tsed/redis

## Usage

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

> See [/packages/orm/redis/src/domain/RedisConfiguration.ts](https://github.com/tsedio/tsed/blob/v8.29.0/packages/orm/redis/src/domain/RedisConfiguration.ts#L0-L0).

## Overview

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

<!-- Members -->

## nodes

```ts
nodes: any[];
```
