UNPKG
nest-redis-cache
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
使用redis实现nestjs接口层面的缓存
github.com/Jonathan143/nest-redis-cache
nest-redis-cache
/
dist
/
config
/
redisCache.config.js
6 lines
•
168 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
redisEXSecond
:
60
, };
//# sourceMappingURL=redisCache.config.js.map