diff --git a/.github/screenshots/Redis-Insight-Analysis.png b/.github/screenshots/Redis-Insight-Analysis.png new file mode 100644 index 0000000000..2596e0a29d Binary files /dev/null and b/.github/screenshots/Redis-Insight-Analysis.png differ diff --git a/.github/screenshots/Redis-Insight-Browser.png b/.github/screenshots/Redis-Insight-Browser.png new file mode 100644 index 0000000000..4d3ddbf778 Binary files /dev/null and b/.github/screenshots/Redis-Insight-Browser.png differ diff --git a/.github/screenshots/Redis-Insight-CLI.png b/.github/screenshots/Redis-Insight-CLI.png new file mode 100644 index 0000000000..19ffc69c1a Binary files /dev/null and b/.github/screenshots/Redis-Insight-CLI.png differ diff --git a/.github/screenshots/Redis-Insight-SlowLog.png b/.github/screenshots/Redis-Insight-SlowLog.png new file mode 100644 index 0000000000..7204d80b1d Binary files /dev/null and b/.github/screenshots/Redis-Insight-SlowLog.png differ diff --git a/.github/screenshots/Redis-Insight-Workbench.png b/.github/screenshots/Redis-Insight-Workbench.png new file mode 100644 index 0000000000..9af309e77f Binary files /dev/null and b/.github/screenshots/Redis-Insight-Workbench.png differ diff --git a/README.md b/README.md index e043860693..e2d32096d5 100644 --- a/README.md +++ b/README.md @@ -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) +![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.