UNPKG

johnycash

Version:

Easy distributed caching for Node.js

9 lines 189 B
export interface RedisConfig { host: string; port: number; username?: string; password?: string; db?: number; tls?: any; } //# sourceMappingURL=redis-config.d.ts.map