Skip to content

BaseIORedisConfiguration

@tsed/ioredis

Usage

typescript
import { BaseIORedisConfiguration } from "@tsed/ioredis";

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

Overview

ts
interface BaseIORedisConfiguration {
    name?: TokenProvider;
    cache?: boolean;
}

name

ts
name?: TokenProvider;

cache

ts
cache?: boolean;

Released under the MIT License.