UNPKG

redis-smq-common

Version:

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

5 lines 221 B
import { RedisClientError } from './redis-client.error.js'; export declare class WatchedKeysChangedError extends RedisClientError { constructor(msg?: string); } //# sourceMappingURL=watched-keys-changed.error.d.ts.map