Skip to content

BaseRedisConfiguration

@tsed/redis

Usage

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

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

Overview

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

name

ts
name?: TokenProvider;

cache

ts
cache?: boolean;

Released under the MIT License.