Redis
Get Database Stats
This endpoint gets detailed stats of a database.
GET
/
v2
/
redis
/
stats
/
{id}
URL Parameters
The ID of the database
Response Parameters
The total daily bandwidth usage (in bytes).
A list of the days of the week for the measurement
Total number of daily produced commands
Total number of daily consumed commands
The total number of requests made in the current month.
The total number of read requests made in the current month.
The total number of write requests made in the current month.
The total amount of storage used (in bytes) in the current month.
Total cost of the database in the current month
Total number of produce commands in the current month
Total number of consume commands in the current month
Was this page helpful?