| | |
| | | |
| | | import { onMounted, ref } from 'vue'; |
| | | |
| | | import { DocAlert, Page } from '../../../packages/effects/common-ui/src'; |
| | | import { Page } from '../../../packages/effects/common-ui/src'; |
| | | |
| | | import { Card } from 'ant-design-vue'; |
| | | |
| | |
| | | </script> |
| | | |
| | | <template> |
| | | <Page auto-content-height> |
| | | <template #doc> |
| | | <DocAlert title="Redis 缓存" url="https://doc.iocoder.cn/redis-cache/" /> |
| | | <DocAlert title="本地缓存" url="https://doc.iocoder.cn/local-cache/" /> |
| | | </template> |
| | | |
| | | <Card title="Redis 概览"> |
| | | <Page auto-content-height><Card title="Redis 概览"> |
| | | <Info :redis-data="redisData" /> |
| | | </Card> |
| | | |