UNPKG

node-redisson

Version:

Distributed lock with Redis implementation for Node.js

11 lines (10 loc) 318 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceManager = void 0; class ServiceManager { constructor(redisOptions, redissonConfig) { this.redisOptions = redisOptions; this.redissonConfig = redissonConfig; } } exports.ServiceManager = ServiceManager;