feat: 完成数据库端口修改功能

This commit is contained in:
ssongliu
2022-11-08 14:34:41 +08:00
committed by ssongliu
parent 85419b6dd4
commit 8431f49c47
14 changed files with 152 additions and 11 deletions

View File

@@ -150,6 +150,7 @@ export namespace Database {
}
export interface RedisConf {
name: string;
port: number;
timeout: number;
maxclients: number;
requirepass: string;