curl --location --request GET 'http://192.168.20.159:8080/system/cache' \
--header 'Authorization: Bearer ' \
--header 'Clientid: '
{
"code": 0,
"msg": "string",
"data": {
"info": {
"property1": "string",
"property2": "string"
},
"dbSize": 922337203685477600,
"commandStats": [
{
"property1": "string",
"property2": "string"
}
]
}
}