UNPKG

tedis-mod

Version:

redis client for node.js with typescript and async

7 lines (6 loc) 155 B
export declare function sleep(seconds: number): Promise<void>; export declare const config: { port: number; host: string; password: string; };