UNPKG
@jasonsoft/nestjs-redis
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Redis module for Nest framework (node.js)
github.com/jasonsoft/nestjs-redis
jasonsoft/nestjs-redis
@jasonsoft/nestjs-redis
/
dist
/
redis.constants.js
6 lines
(5 loc)
•
267 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
JASONSOFT_REDIS_OPTIONS
=
exports
.
JASONSOFT_REDIS
=
void
0
;
exports
.
JASONSOFT_REDIS
=
Symbol
(
'JASONSOFT_REDIS'
);
exports
.
JASONSOFT_REDIS_OPTIONS
=
Symbol
(
'JASONSOFT_REDIS_OPTIONS'
);