{
"connections": {
"blocked": 0,
"connected": 0,
"max_clients": 0,
"rejected_conns": 0,
"total_connections": 0
},
"keyspace": {
"avg_ttl": 0,
"expires_keys": 0,
"total_keys": 0
},
"memory": {
"fragmentation_ratio": 0,
"max_memory": 0,
"usage_percent": 0,
"used": 0,
"used_peak": 0,
"used_rss": 0
},
"operations": {
"evicted_keys": 0,
"expired_keys": 0,
"hit_rate": 0,
"hits": 0,
"misses": 0,
"ops_per_sec": 0,
"total_commands": 0
},
"persistence": {
"aof_current_size": 0,
"aof_enabled": true,
"aof_rewrite_in_prog": true,
"rdb_changes_since": 0,
"rdb_last_save_time": 0
},
"replication": {
"connected_slaves": 0,
"master_last_io": 0,
"master_link_status": "string",
"role": "string"
}
}