1
0
forked from x/icebergs
This commit is contained in:
harveyshao 2022-12-15 10:46:42 +08:00
parent 8030b26216
commit 038de957dc

View File

@ -33,9 +33,6 @@ func (s cache) Create(m *ice.Message, arg ...string) *ice.Message {
web.ToastSuccess(m.Message)
return m
}
func (s cache) Prunes(m *ice.Message, arg ...string) {
s.Hash.Prunes(m, mdb.VALUE, "100")
}
func (s cache) List(m *ice.Message, arg ...string) {
s.Hash.List(m, arg...)
}