UNPKG

redis-smq

Version:

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

5 lines 270 B
import { ICallback, IRedisClient, RedisClientFactory } from 'redis-smq-common'; export declare class RedisClient extends RedisClientFactory { protected setupClient(client: IRedisClient, cb: ICallback<IRedisClient>): void; } //# sourceMappingURL=redis-client.d.ts.map