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

# Redis

> Browse the Redis keyspace, work with every value type, watch Pub/Sub live, and run commands.

Redis browsing is key-oriented rather than table-oriented.

<img src="https://mintcdn.com/flextable/N9AmtdFPRmv5ROOo/images/09-database-guides/redis-keyspace.png?fit=max&auto=format&n=N9AmtdFPRmv5ROOo&q=85&s=f15645331d3996445668a153e4015774" alt="Redis keyspace browser" width="1496" height="861" data-path="images/09-database-guides/redis-keyspace.png" />

## Keyspace browser

* **Scan and filter keys** by pattern, with **TTLs** shown right in the list.
* **Value panels** - a tailored view per type: string, hash, list, set, sorted-set, and stream.
* **Filter** within a key's entries.

## Pub/Sub, live

Subscribe to channels or patterns and watch messages **stream in live**, a virtualized high-volume feed that stays smooth under load, with safe subscribe/cancel and message batching. You can publish to a channel right from the app.

<img src="https://mintcdn.com/flextable/N9AmtdFPRmv5ROOo/images/09-database-guides/redis-pubsub.png?fit=max&auto=format&n=N9AmtdFPRmv5ROOo&q=85&s=43eb3061fb8e3436ee52e801eceab93c" alt="Redis Pub/Sub" width="1141" height="823" data-path="images/09-database-guides/redis-pubsub.png" />

## Run Redis commands

Browsing the keyspace and value panels is free. Running your own commands in the [query editor](/query-editor) is a NoSQL query.

<Note>Running Redis commands is a PRO feature.</Note>
