Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .github/screenshots/Redis-Insight-Analysis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/screenshots/Redis-Insight-CLI.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/screenshots/Redis-Insight-SlowLog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .github/screenshots/Redis-Insight-Workbench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
Redis Insight is a visual tool that provides capabilities to design, develop, and optimize your Redis application.
Query, analyse and interact with your Redis data. [Download it here](https://redis.io/insight/#insight-form)!

![Redis Insight Browser screenshot](/.github/redisinsight_browser.png)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this one be removed?

![Redis Insight Browser screenshot](/.github/screenshots/Redis-Insight-Browser.png)

| Workbench | Analysis | Slow Log | CLI |
| - | - | - | - |
| ![Redis Insight Workbench screenshot](/.github/screenshots/Redis-Insight-Workbench.png) | ![Redis Insight Analysis screenshot](/.github/screenshots/Redis-Insight-Analysis.png) | ![Redis Insight SlowLog screenshot](/.github/screenshots/Redis-Insight-SlowLog.png) | ![Redis Insight CLI screenshot](/.github/screenshots/Redis-Insight-CLI.png) |

Built with love using [Electron](https://www.electronjs.org/), [Monaco Editor](https://microsoft.github.io/monaco-editor/) and NodeJS.

Expand Down