UNPKG

redis-smq

Version:

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

3 lines 261 B
import { ICallback, IRedisClient } from 'redis-smq-common'; export declare function withSharedPoolConnection<T>(operation: (client: IRedisClient, cb: ICallback<T>) => void, callback: ICallback<T>): void; //# sourceMappingURL=with-shared-pool-connection.d.ts.map