缓存策略移除“容纳Key数量”选项

This commit is contained in:
刘祥超
2023-07-08 18:50:29 +08:00
parent f400916351
commit 7eb0ab342a
5 changed files with 0 additions and 26 deletions

View File

@@ -36,7 +36,6 @@ func (this *CreatePopupAction) RunPost(params struct {
CapacityJSON []byte
MaxSizeJSON []byte
MaxKeys int64
SyncCompressionCache bool
Description string
@@ -97,7 +96,6 @@ func (this *CreatePopupAction) RunPost(params struct {
Name: params.Name,
Description: params.Description,
CapacityJSON: params.CapacityJSON,
MaxKeys: params.MaxKeys,
MaxSizeJSON: params.MaxSizeJSON,
Type: params.Type,
OptionsJSON: optionsJSON,