> ## Documentation Index
> Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# DBSIZE

> Count the number of keys in the database.

## Arguments

This command has no arguments

## Response

<ResponseField type="int" required>
  The number of keys in the database
</ResponseField>

<RequestExample>
  ```py Example theme={"system"}
  redis.dbsize()
  ```
</RequestExample>


## Related topics

- [DBSIZE](/docs/redis/sdks/ts/commands/server/dbsize.md)
- [Overview](/docs/redis/sdks/py/commands/overview.md)
