fix: redis 数据库样式调整,表单拆分

This commit is contained in:
ssongliu
2022-12-20 18:59:26 +08:00
committed by ssongliu
parent 6dedb87349
commit 8bbc286f43
12 changed files with 256 additions and 174 deletions

View File

@@ -120,7 +120,6 @@ export namespace Database {
export interface RedisConfUpdate {
timeout: string;
maxclients: string;
requirepass: string;
maxmemory: string;
}
export interface RedisConfPersistenceUpdate {