Skip to content

redisStore

@tsed/redis

Usage

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

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

Overview

ts
const redisStore: (config?: FactoryConfig<any>) => RedisStore;

Released under the MIT License.