UNPKG
@node-redisson/nestjs
Version:
latest (1.0.4)
1.0.4
1.0.3-rc3
1.0.3-rc2
1.0.3-rc1
NodeRedisson for NestJS
@node-redisson/nestjs
/
dist
/
redisson.service.d.ts
6 lines
(5 loc)
•
215 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
OnModuleDestroy
}
from
'@nestjs/common'
;
import
{
Redisson
}
from
'node-redisson'
;
export
declare
class
RedissonService
extends
Redisson
implements
OnModuleDestroy
{
onModuleDestroy
():
Promise
<
void
>; }