UNPKG

johny-cache

Version:

Easy distributed caching for Node.js

7 lines (6 loc) 115 B
export interface RedisConfig { host: string; port: number; username?: string; password?: string; }