UNPKG
redis-module
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
github.com/Lauweal/nest-redis
Lauweal/nest-redis
redis-module
/
dist
/
lib
/
redis.constants.js
6 lines
(5 loc)
•
249 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
REDIS_CLIENT
=
exports
.
REDIS_MODULE_OPTIONS
=
void
0
;
exports
.
REDIS_MODULE_OPTIONS
=
Symbol
(
'REDIS_MODULE_OPTIONS'
);
exports
.
REDIS_CLIENT
=
Symbol
(
'REDIS_CLIENT'
);