Files
micro-service-api/node_modules/@redis/client/dist/lib/sentinel/module.js

10 lines
365 B
JavaScript
Raw Normal View History

2025-11-11 12:36:06 +07:00
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const commands_1 = __importDefault(require("./commands"));
exports.default = {
sentinel: commands_1.default
};
//# sourceMappingURL=module.js.map