UNPKG

ioredis

Version:

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

5 lines (4 loc) 256 B
export declare function connectHandler(self: any): () => void; export declare function closeHandler(self: any): () => void; export declare function errorHandler(self: any): (error: any) => void; export declare function readyHandler(self: any): () => void;