UNPKG

redis-smq

Version:

A simple high-performance Redis message queue for Node.js.

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