Upstash MCP Server
Official
by upstash
redis_database_get_stats
Get SAMPLED usage statistics of an Upstash redis database over a period of time (1h, 3h, 12h, 1d, 3d, 7d). Use this to check for peak usages and latency problems. Includes: read_latency_mean, write_latency_mean, keyspace, throughput (cmds/sec), diskusage NOTE: If the user does not specify which stat to get, use throughput as default.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of your database. | |
period | Yes | The period of the stats. | |
type | Yes | The type of stat to get |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools
- redis_database_create_backup
- redis_database_create_new
- redis_database_delete
- redis_database_delete_backup
- redis_database_get_details
- redis_database_get_stats
- redis_database_get_usage_last_5_days
- redis_database_list_backups
- redis_database_list_databases
- redis_database_reset_password
- redis_database_restore_backup
- redis_database_run_multiple_redis_commands
- redis_database_run_single_redis_command
- redis_database_set_daily_backup
- redis_database_update_regions
- timestamps_to_date