-                    
-                        redis_version(版本):
-                        {{ info.Server.redis_version }}
-                    
-                    
-                        tcp_port(端口):
-                        {{ info.Server.tcp_port }}
-                    
-                    
-                        redis_mode(模式):
-                        {{ info.Server.redis_mode }}
-                    
-                    
-                        os(宿主操作系统):
-                        {{ info.Server.os }}
-                    
-                    
-                        uptime_in_days(运行天数):
-                        {{ info.Server.uptime_in_days }}
-                    
-                    
-                        executable(可执行文件路径):
-                        {{ info.Server.executable }}
-                    
-                    
-                        config_file(配置文件路径):
-                        {{ info.Server.config_file }}
-                    
-                
+        
 
-                
-                    
-                        connected_clients(已连接客户端数):
-                        {{ info.Clients.connected_clients }}
-                    
-                    
-                        blocked_clients(正在等待阻塞命令客户端数):
-                        {{ info.Clients.blocked_clients }}
-                    
-                
-                
-                    
-                        {{ key }}: 
-                        {{ value }}
-                    
-                
+          
+            
+              
+                {{ info.Server.redis_version }}
+                {{ info.Server.tcp_port }}
+                {{ info.Server.process_id }}
+                {{ info.Server.redis_mode }}
+                {{ info.Server.os }}
+                {{ info.Server.uptime_in_days }}
+                {{ info.Server.executable }}
+                {{ info.Server.config_file }}
+              
+            
+            
+              
+            
+          
 
-                
-                    
-                        total_commands_processed(总处理命令数):
-                        {{ info.Stats.total_commands_processed }}
-                    
-                    
-                        instantaneous_ops_per_sec(当前qps):
-                        {{ info.Stats.instantaneous_ops_per_sec }}
-                    
-                    
-                        total_net_input_bytes(网络入口流量字节数):
-                        {{ info.Stats.total_net_input_bytes }}
-                    
-                    
-                        total_net_output_bytes(网络出口流量字节数):
-                        {{ info.Stats.total_net_output_bytes }}
-                    
-                    
-                        expired_keys(过期key的总数量):
-                        {{ info.Stats.expired_keys }}
-                    
-                    
-                        instantaneous_ops_per_sec(当前qps):
-                        {{ info.Stats.instantaneous_ops_per_sec }}
-                    
-                
+          
+            
+              
+                {{ info.Cluster.cluster_enabled }}
+                {{ info.Cluster.databases }}
+                {{ info.Cluster.nodecount }}
+              
+            
+  
+            
+              
+                {{ info.Clients.connected_clients }}
+                {{ info.Clients.blocked_clients }}
+              
+            
+          
 
-                
-                    
-                        aof_enabled(是否启用aof):
-                        {{ info.Persistence.aof_enabled }}
-                    
-                    
-                        loading(是否正在载入持久化文件):
-                        {{ info.Persistence.loading }}
-                    
-                
+          
+            {{ info.CPU.used_cpu_sys }}
+            {{ info.CPU.used_cpu_user }}
+            {{ info.CPU.used_cpu_sys_children }}
+            {{ info.CPU.used_cpu_user_children }}
+          
 
-                
-                    
-                        cluster_enabled(是否启用集群模式):
-                        {{ info.Cluster.cluster_enabled }}
-                    
-                
+          
+            
+              键值统计
+              
+                
+                
+                
+                
+                
+                
+                
+                
+              
+            
+          
 
-                
-                    
-                        used_memory(分配内存总量):
-                        {{ info.Memory.used_memory_human }}
-                    
-                    
-                        maxmemory(最大内存配置):
-                        {{ info.Memory.maxmemory }}
-                    
-                    
-                        used_memory_rss(已分配的内存总量,操作系统角度):
-                        {{ info.Memory.used_memory_rss_human }}
-                    
-                    
-                        mem_fragmentation_ratio(used_memory_rss和used_memory 之间的比率):
-                        {{ info.Memory.mem_fragmentation_ratio }}
-                    
-                    
-                        used_memory_peak(内存消耗峰值):
-                        {{ info.Memory.used_memory_peak_human }}
-                    
-                    
-                        total_system_memory(主机总内存):
-                        {{ info.Memory.total_system_memory_human }}
-                    
-                
+          
+            {{ info.Stats.total_commands_processed }}
+            {{ info.Stats.instantaneous_ops_per_sec }}
+            {{ info.Stats.expired_keys }}
+            {{ info.Stats.total_net_input_bytes }}
+            {{ info.Stats.total_net_output_bytes }}
+          
 
-                
-                    
-                        used_cpu_sys(由Redis服务器消耗的系统CPU):
-                        {{ info.CPU.used_cpu_sys }}
-                    
-                    
-                        used_cpu_user(由Redis服务器消耗的用户CPU):
-                        {{ info.CPU.used_cpu_user }}
-                    
-                    
-                        used_cpu_sys_children(由后台进程消耗的系统CPU):
-                        {{ info.CPU.used_cpu_sys_children }}
-                    
-                    
-                        used_cpu_user_children(由后台进程消耗的用户CPU):
-                        {{ info.CPU.used_cpu_user_children }}
-                    
-                
-