---
title: "Get Redis Stats"
method: GET
path: "/api/v1/cache/redis/stats"
tags: ["cache"]
---

# Get Redis Stats

`GET /api/v1/cache/redis/stats`

Get Redis cache statistics

## Response `200`

Successful Response

- RedisStatsResponse
  - `available` boolean, required
  - `total_keys` integer, required
  - `keys_by_type` object, required
  - `memory_used` string, nullable

---

[API](https://skmtc.dev/pypsa/apis/pypsa-app.md) · [All operations](https://skmtc.dev/pypsa/apis/pypsa-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pypsa/pypsa-app/revisions/a9fc864817c3/schema)
