index.ts 171 B

12345678
  1. import request from '@/config/axios'
  2. /**
  3. * 获取redis 监控信息
  4. */
  5. export const getCache = () => {
  6. return request.get({ url: '/infra/redis/get-monitor-info' })
  7. }