mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-13 02:25:06 +08:00
feature(Redis监控): 添加缓存列表
This commit is contained in:
@ -35,7 +35,7 @@ export function getKeyValue(keyDefine, key) {
|
||||
// 根据键名删除缓存
|
||||
export function clearCacheKey(key) {
|
||||
return request({
|
||||
url: '/infra/redis/clearCacheKey/' + key,
|
||||
url: '/infra/redis/clear-key/' + key,
|
||||
method: 'delete'
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user