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 _getQueueFanOutExchange(redisClient: IRedisClient, queue: IQueueParams, cb: ICallback<string | null>): void; //# sourceMappingURL=_get-queue-fan-out-exchange.d.ts.map