UNPKG

ts-api-core

Version:

Nodejs api framework core

11 lines (10 loc) 180 B
/** * Redis 数据库配置 */ export declare class RedisConfig { host: string; port: number; password: string; maxConn: number; minConn: number; }