UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

9 lines 523 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.redisKeys = void 0; const main_js_1 = require("./domains/main.js"); const exchange_js_1 = require("./domains/exchange.js"); const queue_js_1 = require("./domains/queue.js"); const namespace_js_1 = require("./domains/namespace.js"); exports.redisKeys = Object.assign(Object.assign(Object.assign(Object.assign({}, namespace_js_1.namespace), queue_js_1.queue), exchange_js_1.exchange), main_js_1.main); //# sourceMappingURL=redis-keys.js.map