feature(Redis监控): 添加缓存列表

This commit is contained in:
luowenfeng
2022-07-07 14:50:58 +08:00
parent 797be10752
commit a7067ea6fd
3 changed files with 18 additions and 15 deletions

View File

@ -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'
})
}