{{ 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 }}
{{ info.Cluster.cluster_enabled }}
{{ info.Cluster.databases }}
{{ info.Cluster.nodecount }}
{{ info.Clients.connected_clients }}
{{ info.Clients.blocked_clients }}
{{ info.CPU.used_cpu_sys }}
{{ info.CPU.used_cpu_user }}
{{ info.CPU.used_cpu_sys_children }}
{{ info.CPU.used_cpu_user_children }}
键值统计
{{ 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 }}
{{ info.Persistence?.aof_enabled || false }}
{{ info.Persistence?.loading || false }}