UNPKG

redis-smq

Version:

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

4 lines 306 B
import { ICallback, IRedisClient } from 'redis-smq-common'; import { IQueueParams } from '../../../queue/index.js'; export declare function _getFanOutExchangeQueues(redisClient: IRedisClient, exchange: string, cb: ICallback<IQueueParams[]>): void; //# sourceMappingURL=_get-fan-out-exchange-queues.d.ts.map