m
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { OnModuleDestroy } from '@nestjs/common';
|
||||
import { Redis } from 'ioredis';
|
||||
export declare class RedisService implements OnModuleDestroy {
|
||||
readonly client: Redis;
|
||||
constructor();
|
||||
onModuleDestroy(): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user