Skip to main content
Redis browsing is key-oriented rather than table-oriented. Redis keyspace browser

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. Redis Pub/Sub

Run Redis commands

Browsing the keyspace and value panels is free. Running your own commands in the query editor is a NoSQL query.
Running Redis commands is a PRO feature.