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