UNPKG

redis-smq

Version:

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

4 lines 349 B
import { ICallback, IRedisClient } from 'redis-smq-common'; import { EExchangeQueuePolicy, IExchangeParsedParams } from '../types/index.js'; export declare function _saveExchange(client: IRedisClient, exchangeParams: IExchangeParsedParams, exchangeQueuePolicy: EExchangeQueuePolicy, cb: ICallback): void; //# sourceMappingURL=_save-exchange.d.ts.map