UNPKG

@microfleet/core

Version:
7 lines (6 loc) 365 B
import { ConnectionError, NotPermittedError } from 'common-errors'; export declare const ERROR_NOT_STARTED: NotPermittedError; export declare const ERROR_NOT_HEALTHY: ConnectionError; export declare const ERROR_ALREADY_STARTED: NotPermittedError; export declare const REDIS_TYPE_CLUSTER = "redisCluster"; export declare const REDIS_TYPE_SENTINEL = "redisSentinel";