UNPKG

redis-smq

Version:

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

4 lines 298 B
import { ICallback, IRedisClient } from 'redis-smq-common'; import { IExchangeParams } from '../../types/index.js'; export declare function _getRoutingKeys(redisClient: IRedisClient, exchange: string | IExchangeParams, cb: ICallback<string[]>): void; //# sourceMappingURL=_get-routing-keys.d.ts.map