From 968695ca6213ae773ceef13ced3425b32a55708a Mon Sep 17 00:00:00 2001 From: ajeetraina Date: Tue, 7 Dec 2021 10:22:05 +0530 Subject: [PATCH 1/2] Improved RedisInsight v2 content --- .../getting-started/index-gettingstarted.mdx | 11 ++++--- .../redisinsightv2/index-redisinsight.mdx | 33 ------------------- 2 files changed, 6 insertions(+), 38 deletions(-) delete mode 100644 docs/explore/redisinsightv2/index-redisinsight.mdx diff --git a/docs/explore/redisinsightv2/getting-started/index-gettingstarted.mdx b/docs/explore/redisinsightv2/getting-started/index-gettingstarted.mdx index cdc2470e3e..db940da223 100644 --- a/docs/explore/redisinsightv2/getting-started/index-gettingstarted.mdx +++ b/docs/explore/redisinsightv2/getting-started/index-gettingstarted.mdx @@ -12,15 +12,18 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; import RedisCard from '@site/src/theme/RedisCard'; -RedisInsight v2.0 is a complete product rewrite based on a new tech stack comprising of Electron, Elastic UI and Monaco Editor. This version contains a number of must-have and most-used capabilities from previous releases, plus a number of differentiators and delighters. +RedisInsight is a visual tool that lets you do both GUI- and CLI-based interactions with your Redis database, and so much more when developing your Redis based application. It is a full-features pure Desktop GUI client that provides capabilities to design, develop and optimize your Redis application. It works with any cloud provider as long as you run it on a host with network access to your cloud-based Redis server. It makes it easy to discover cloud databases and configure connection details with a single click. It allows you to automatically add Redis Enterprise Software and Redis Enterprise Cloud databases. +## What's New in RedisInsight v2.0? + +RedisInsight v2.0 is a complete product rewrite based on a new tech stack comprising of [Electron](https://www.electronjs.org/), [Elastic UI](https://elastic.github.io/eui/#/), [Monaco Editor](https://microsoft.github.io/monaco-editor/) and [NodeJS](https://nodejs.org). This version contains a number of must-have and most-used capabilities from previous releases, plus a number of differentiators and delighters. You can run the application locally along with your favorite IDE, and it remains cross-platform, supported on Linux, Windows, and MacOS.
-## What’s New in RedisInsight v2.0? +Starting with RedisInsight v2.0 release, the code is open source and publicly over [GitHub](https://github.com/redisinsight/redisinsight).Below are the list of new features introduced with this latest release: - Workbench - An advanced command line interface with intelligent command auto-complete and complex data visualizations - Ability to write and render your own data visualizations within Workbench @@ -29,9 +32,7 @@ RedisInsight v2.0 is a complete product rewrite based on a new tech stack compri - Enhanced user experience with Browser -A full-featured pure desktop GUI client, RedisInsight is available for Windows, macOS, and Linux and is fully compatible with Redis Enterprise. It works with any cloud provider as long as you run it on a host with network access to your cloud-based Redis server. RedisInsight makes it easy to discover cloud databases and configure connection details with a single click. It allows you to automatically add Redis Enterprise Software and Redis Enterprise Cloud databases. - -## Getting Started with RedisInsight +## Getting Started - -
- -
- - - - - - - From 3bbcb2d85df06c697a5e6469b5fc77375b0a475e Mon Sep 17 00:00:00 2001 From: Simon Prickett Date: Tue, 7 Dec 2021 10:50:55 +0000 Subject: [PATCH 2/2] Couple minor adjustments. --- .../redisinsightv2/getting-started/index-gettingstarted.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/explore/redisinsightv2/getting-started/index-gettingstarted.mdx b/docs/explore/redisinsightv2/getting-started/index-gettingstarted.mdx index db940da223..f9a83be60c 100644 --- a/docs/explore/redisinsightv2/getting-started/index-gettingstarted.mdx +++ b/docs/explore/redisinsightv2/getting-started/index-gettingstarted.mdx @@ -12,7 +12,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; import RedisCard from '@site/src/theme/RedisCard'; -RedisInsight is a visual tool that lets you do both GUI- and CLI-based interactions with your Redis database, and so much more when developing your Redis based application. It is a full-features pure Desktop GUI client that provides capabilities to design, develop and optimize your Redis application. It works with any cloud provider as long as you run it on a host with network access to your cloud-based Redis server. It makes it easy to discover cloud databases and configure connection details with a single click. It allows you to automatically add Redis Enterprise Software and Redis Enterprise Cloud databases. +RedisInsight is a visual tool that lets you do both GUI- and CLI-based interactions with your Redis database, and so much more when developing your Redis based application. It is a fully-featured pure Desktop GUI client that provides capabilities to design, develop and optimize your Redis application. It works with any cloud provider as long as you run it on a host with network access to your cloud-based Redis server. It makes it easy to discover cloud databases and configure connection details with a single click. It allows you to automatically add Redis Enterprise Software and Redis Enterprise Cloud databases. ## What's New in RedisInsight v2.0? @@ -23,7 +23,7 @@ RedisInsight v2.0 is a complete product rewrite based on a new tech stack compri -Starting with RedisInsight v2.0 release, the code is open source and publicly over [GitHub](https://github.com/redisinsight/redisinsight).Below are the list of new features introduced with this latest release: +Starting with RedisInsight v2.0 release, the code is open source and publicly available over on [GitHub](https://github.com/redisinsight/redisinsight). Below are the list of new features introduced with this latest release: - Workbench - An advanced command line interface with intelligent command auto-complete and complex data visualizations - Ability to write and render your own data visualizations within Workbench