mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
feat: 新增 redis 监控
This commit is contained in:
8
src/service/api/monitor/cache.ts
Normal file
8
src/service/api/monitor/cache.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import { request } from '@/service/request';
|
||||
|
||||
export function fetchGetMonitorCacheInfo() {
|
||||
return request<Api.Monitor.CacheInfo>({
|
||||
url: '/monitor/cache',
|
||||
method: 'get'
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user