diff --git a/src/views/monitor/cache/gaugeBox.vue b/src/views/monitor/cache/gaugeBox.vue
new file mode 100644
index 0000000..25dbc47
--- /dev/null
+++ b/src/views/monitor/cache/gaugeBox.vue
@@ -0,0 +1,50 @@
+
+
+
+
diff --git a/src/views/monitor/cache/index.vue b/src/views/monitor/cache/index.vue
new file mode 100644
index 0000000..998892c
--- /dev/null
+++ b/src/views/monitor/cache/index.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
+ 基本信息
+
+
+
+ {{ baseInfo.redis_version }}
+ {{
+ baseInfo.redis_mode == 'standalone' ? '单机' : '集群'
+ }}
+ {{ baseInfo.tcp_port }}
+ {{ baseInfo.connected_clients }}
+ {{
+ baseInfo.uptime_in_days
+ }}
+ {{ baseInfo.used_memory_human }}
+ {{
+ baseInfo.used_cpu_user_children
+ }}
+ {{ baseInfo.maxmemory_human }}
+ {{
+ baseInfo.aof_enabled == 0 ? '开启' : '关闭'
+ }}
+ {{
+ baseInfo.aof_enabled == 'ok' ? '成功' : '失败'
+ }}
+ {{ baseInfo.dbSize }}
+ {{ baseInfo.instantaneous_input_kbps }}
+ /
+ {{ baseInfo.instantaneous_output_kbps }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 内存信息
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/monitor/cache/pieBox.vue b/src/views/monitor/cache/pieBox.vue
new file mode 100644
index 0000000..9d126df
--- /dev/null
+++ b/src/views/monitor/cache/pieBox.vue
@@ -0,0 +1,43 @@
+
+
+
+