> ## Documentation Index
> Fetch the complete documentation index at: https://flextable-docs-oracle-client-choice.mintlify.site/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-docs-oracle-client-choice/tHXEy7Wr6vLxVTOF/images/09-database-guides/redis-keyspace.png?fit=max&auto=format&n=tHXEy7Wr6vLxVTOF&q=85&s=df9d4c4f11f35493aa60e0f0020dcb95" alt="Redis keyspace browser" width="1495" height="866" 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-docs-oracle-client-choice/tHXEy7Wr6vLxVTOF/images/09-database-guides/redis-pubsub.png?fit=max&auto=format&n=tHXEy7Wr6vLxVTOF&q=85&s=0dab1b533531a3c1c03354401705e673" alt="Redis Pub/Sub" width="1141" height="823" data-path="images/09-database-guides/redis-pubsub.png" />

## Run Redis commands

Run your own commands in the [query editor](/query-editor) alongside the keyspace and value panels.
