UNPKG

johnycash

Version:

Easy distributed caching for Node.js

9 lines 263 B
export interface RedisConfig { host: string; port: number; username?: string; password?: string; db?: number; } export declare function parseRedisConnectionString(redisUrl: string): RedisConfig; //# sourceMappingURL=redis-conig-parser.d.ts.map