redis-smq
Version:
A simple high-performance Redis message queue for Node.js.
5 lines • 369 B
TypeScript
import { ICallback, IRedisClient } from 'redis-smq-common';
import { IQueueParams } from '../../queue/index.js';
import { TExchangeTransferable } from '../types/index.js';
export declare function _getExchangeQueues(redisClient: IRedisClient, exchangeParams: TExchangeTransferable, cb: ICallback<IQueueParams[]>): void;
//# sourceMappingURL=_get-exchange-queues.d.ts.map