UNPKG

redis-smq

Version:

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

7 lines 276 B
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common'; export declare class UnexpectedScriptReplyError extends RedisSMQError<{ reply: unknown; }> { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=unexpected-script-reply.error.d.ts.map