UNPKG

ioredis

Version:

A robust, performance-focused and full-featured Redis client for Node.js.

9 lines (8 loc) 238 B
import { ReplyError } from "redis-errors"; export type ErrorReply = ReplyError; export declare class SimpleError extends ReplyError { get name(): string; } export declare class BlobError extends ReplyError { get name(): string; }