Skip to content

IORedisTest

@tsed/ioredis

Usage

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

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

Overview

ts
class IORedisTest extends DITest {
    static create(options?: Partial<TsED.Configuration>): Promise<void>;
}

static create

ts
static create(options?: Partial<TsED.Configuration>): Promise<void>;

Released under the MIT License.