+
+ Redis版本
+ |
+
+ {{ cache.info.redis_version }}
+ |
+
+ 运行模式
+ |
+
+ {{ cache.info.redis_mode === 'standalone' ? '单机' : '集群' }}
+ |
+
+ 端口
+ |
+
+ {{ cache.info.tcp_port }}
+ |
+
+ 客户端数
+ |
+
+ {{ cache.info.connected_clients }}
+ |
+
+
+
+ 运行时间(天)
+ |
+
+ {{ cache.info.uptime_in_days }}
+ |
+
+ 使用内存
+ |
+
+ {{ cache.info.used_memory_human }}
+ |
+
+ 使用CPU
+ |
+
+ {{ parseFloat(cache.info.used_cpu_user_children).toFixed(2) }}
+ |
+
+ 内存配置
+ |
+
+ {{ cache.info.maxmemory_human }}
+ |
+
+
+
+ AOF是否开启
+ |
+
+ {{ cache.info.aof_enabled === '0' ? '否' : '是' }}
+ |
+
+ RDB是否成功
+ |
+
+ {{ cache.info.rdb_last_bgsave_status }}
+ |
+
+ Key数量
+ |
+
+ {{ cache.dbSize }}
+ |
+
+ 网络入口/出口
+ |
+
+
+ {{ cache.info.instantaneous_input_kbps }}kps/{{ cache.info.instantaneous_output_kbps }}kps
+
+ |
+
+