UNPKG

redis-smq

Version:

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

5 lines (4 loc) 152 B
import { errors } from 'redis-smq-common'; export declare class ProducerNotRunningError extends errors.RedisSMQError { constructor(msg?: string); }