UNPKG

johnycash

Version:

Easy distributed caching for Node.js

7 lines 157 B
export interface RedisConfig { host: string; port: number; username?: string; password?: string; } //# sourceMappingURL=redis-config.d.ts.map