curl --location --request GET 'http://139.198.190.189:58080/admin-api/infra/redis/get-monitor-info'{
"code": 0,
"data": {
"info": {
"property1": "string",
"property2": "string"
},
"dbSize": 1024,
"commandStats": [
{
"command": "get",
"calls": 1024,
"usec": 666
}
]
},
"msg": "string"
}