UNPKG

@node-redisson/nestjs

Version:

NodeRedisson for NestJS

6 lines (5 loc) 215 B
import { OnModuleDestroy } from '@nestjs/common'; import { Redisson } from 'node-redisson'; export declare class RedissonService extends Redisson implements OnModuleDestroy { onModuleDestroy(): Promise<void>; }