2024-03-12 19:51:40 +08:00

9 lines
174 B
TypeScript

import request from '@/config/axios'
/**
* 获取redis 监控信息
*/
export const getCacheApi = () => {
return request.get({ url: '/infra/redis/get-monitor-info' })
}