UNPKG

redis-smq

Version:

A simple high-performance Redis message queue for Node.js.

9 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._getQueueConsumerIds = _getQueueConsumerIds; const redis_keys_js_1 = require("../../../common/redis-keys/redis-keys.js"); function _getQueueConsumerIds(client, queue, cb) { const { keyQueueConsumers } = redis_keys_js_1.redisKeys.getQueueKeys(queue, null); client.hkeys(keyQueueConsumers, cb); } //# sourceMappingURL=_get-queue-consumer-ids.js.map