UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

5 lines 225 B
import { RedisServerError } from './redis-server.error.js'; export declare class RedisServerBinaryNotFoundError extends RedisServerError { constructor(); } //# sourceMappingURL=redis-server-binary-not-found.error.d.ts.map