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

## Usage

```typescript
import { BaseRedisConfiguration } from "@tsed/redis";
```

> 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
interface BaseRedisConfiguration {
    name?: TokenProvider;
    cache?: boolean;
}
```

<!-- Members -->

## name

```ts
name?: TokenProvider;
```

## cache

```ts
cache?: boolean;
```
