Use Redis Insight on Redis Cloud
Shows how to open your database in a browser-based version of Redis Insight and lists the features that are available.
Redis Cloud | Redis Insight |
---|
Redis Insight is a free Redis GUI that lets you visualize your Redis data and learn more about Redis.
You can either install Redis Insight on your computer, or you can open your database in Redis Insight directly on Redis Cloud.
To open your database with Redis Insight on Redis Cloud, select Open with Redis Insight on the database screen.

Redis Insight will open in a new tab.
This browser-based version of Redis Insight has a subset of the features of Redis Insight. For other Redis Insight features, install Redis Insight on your computer and open Redis Insight from the database page.
Browser
The Browser lets you browse, filter, and visualize your Redis data structures.
- Create, read, update, and delete lists, hashes, strings, sets, sorted sets, streams, and JSON
- Group keys according to their namespaces
- View, validate, and manage your key values in a human-readable format using formatters that prettify and highlight data in different formats (for example, Unicode, JSON, MessagePack, HEX, and ASCII)
If you don't have any Redis data yet, you can select Load sample data to add sample data into your database.

CLI and Command Helper
The CLI lets you run Redis commands directly.

The CLI integrates with a Command Helper that lets you search and read information about Redis commands.
Workbench
The Workbench is an advanced command line interface with intelligent command auto-complete and complex data visualization support.

Select Explore to view interactive tutorials to learn more about Redis and tips to improve your database usage.
