Visual client tool for creating, managing, and analyzing Redis databases.
+
Visual client tool for creating, managing, and analyzing Redis databases. Download Redis Insight.
diff --git a/content/develop/tools/_index.md b/content/develop/tools/_index.md
index a9421afacd..0e36fd4e20 100644
--- a/content/develop/tools/_index.md
+++ b/content/develop/tools/_index.md
@@ -1,6 +1,6 @@
---
categories:
-aliases:
+aliases:
- docs
- develop
- stack
@@ -26,7 +26,7 @@ manage it and interact with the data:
## Redis command line interface (CLI)
-The [Redis command line interface]({{< relref "/develop/tools/cli" >}}) (also known as `redis-cli`) is a terminal program that sends commands to and reads replies from the Redis server. It has the following two main modes:
+The [Redis command line interface]({{< relref "/develop/tools/cli" >}}) (also known as `redis-cli`) is a terminal program that sends commands to and reads replies from the Redis server. It has the following two main modes:
1. An interactive Read Eval Print Loop (REPL) mode where the user types Redis commands and receives replies.
2. A command mode where `redis-cli` is executed with additional arguments, and the reply is printed to the standard output.
@@ -35,6 +35,8 @@ The [Redis command line interface]({{< relref "/develop/tools/cli" >}}) (also kn
[Redis Insight]({{< relref "/develop/tools/insight" >}}) combines a graphical user interface with Redis CLI to let you work with any Redis deployment. You can visually browse and interact with data, take advantage of diagnostic tools, learn by example, and much more. Best of all, Redis Insight is free.
+[Download Redis Insight](https://redis.io/downloads/#insight).
+
## Redis VSCode extension
[Redis for VS Code]({{< relref "/develop/tools/redis-for-vscode" >}})
diff --git a/content/develop/tools/insight/_index.md b/content/develop/tools/insight/_index.md
index c64dd78593..667d35deab 100644
--- a/content/develop/tools/insight/_index.md
+++ b/content/develop/tools/insight/_index.md
@@ -25,9 +25,9 @@ Redis Insight is a powerful tool for visualizing and optimizing data in Redis, m
### Installation and release notes
-* See [these pages]({{< relref "/operate/redisinsight/install" >}}) for installation information.
-
-* [Redis Insight Release Notes](https://github.com/Redis-Insight/Redis-Insight/releases)
+| | | |
+|---|---|---|
+| {{}}[Installation guides]({{< relref "/operate/redisinsight/install" >}}) See installation guides for all platforms | {{}}[Download Redis Insight](https://redis.io/downloads/#insight) Download Redis Insight directly from redis.io | {{}}[Release Notes]({{< relref "/develop/tools/insight/release-notes/" >}}) View Redis Insight release notes and changelog |
## Overview
@@ -67,7 +67,7 @@ Redis Insight includes Redis Data Integration (RDI) connectivity, which allows y
### Browser
Browse, filter and visualize your key-value Redis data structures.
-* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) support for lists, hashes, strings, sets, sorted sets, and streams
+* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) support for lists, hashes, strings, sets, sorted sets, and streams
* CRUD support for [JSON]({{< relref "/develop/data-types/json/" >}})
* Group keys according to their namespaces
@@ -85,7 +85,7 @@ Analyze every command sent to Redis in real time.
### CLI
-The CLI is accessible at any time within the application.
+The CLI is accessible at any time within the application.
* Employs integrated help to deliver intuitive assistance
* Use together with a convenient command helper that lets you search and read on Redis commands.
@@ -179,6 +179,6 @@ you can access the API from `http://localhost:5540/api/docs`.
To provide your feedback, [open a ticket in our Redis Insight repository](https://github.com/Redis-Insight/Redis-Insight/issues/new).
-## License
+## License
Redis Insight is licensed under [SSPL](https://github.com/Redis-Insight/Redis-Insight/blob/main/LICENSE) license.
diff --git a/content/integrate/redisinsight/_index.md b/content/integrate/redisinsight/_index.md
new file mode 100644
index 0000000000..6318960d71
--- /dev/null
+++ b/content/integrate/redisinsight/_index.md
@@ -0,0 +1,41 @@
+---
+linkTitle: Redis Insight
+title: Redis Insight
+categories:
+- docs
+- integrate
+- oss
+- rs
+- rc
+description: Visual client tool for creating, managing, and analyzing Redis databases
+group: tool
+stack: true
+summary: Redis Insight is a powerful tool for visualizing and optimizing data in Redis.
+type: integration
+weight: 1
+---
+
+{{}}[Download Redis Insight](https://redis.io/downloads/#insight)
+
+Redis Insight is a powerful tool for visualizing and optimizing data in Redis, making real-time application development easier and more fun than ever before. Redis Insight lets you do both GUI- and CLI-based interactions in a fully-featured desktop GUI client.
+
+## Key Features
+
+- **Visual data browser**: Browse, filter and visualize your key-value Redis data structures
+- **Real-time profiler**: Analyze every command sent to Redis in real time
+- **Advanced CLI**: Intelligent command auto-complete and complex data visualization support
+- **Database analysis**: Optimize performance and memory usage of your Redis database
+- **Redis Copilot**: AI-powered developer assistant for learning and data exploration
+
+## Installation
+
+Redis Insight is available for multiple platforms:
+
+- [Install on Desktop]({{< relref "/operate/redisinsight/install/install-on-desktop" >}}) - Windows, macOS, Linux
+- [Install on Docker]({{< relref "/operate/redisinsight/install/install-on-docker" >}}) - Container deployment
+- [Install on Kubernetes]({{< relref "/operate/redisinsight/install/install-on-k8s" >}}) - K8s clusters
+- [Install on AWS]({{< relref "/operate/redisinsight/install/install-on-aws" >}}) - Amazon Web Services
+
+## Getting Started
+
+Refer to the complete [Redis Insight guide]({{< relref "/develop/tools/insight" >}}) to install, connect, and use Redis Insight for data visualization and database management.
\ No newline at end of file
diff --git a/content/operate/_index.md b/content/operate/_index.md
index 674471512c..f1e40c8bba 100644
--- a/content/operate/_index.md
+++ b/content/operate/_index.md
@@ -11,7 +11,7 @@ hideListLinks: true
| {{}} **Redis Open Source** | {{}} **Redis for Kubernetes** |
|
[Install Redis 8 in Redis Open Source]({{< relref "/operate/oss_and_stack/install/install-stack" >}})
| |
## Product features
diff --git a/content/operate/redisinsight/_index.md b/content/operate/redisinsight/_index.md
index 56ad3d1093..713eb489c4 100644
--- a/content/operate/redisinsight/_index.md
+++ b/content/operate/redisinsight/_index.md
@@ -9,5 +9,7 @@ categories:
weight: 50
---
+{{}}[Download Redis Insight](https://redis.io/downloads/#insight)
+
For information on using Redis Insight, see [these pages]({{< relref "/develop/tools/insight" >}}).
diff --git a/content/operate/redisinsight/install/_index.md b/content/operate/redisinsight/install/_index.md
index 01e407c31e..8e1ca1842e 100644
--- a/content/operate/redisinsight/install/_index.md
+++ b/content/operate/redisinsight/install/_index.md
@@ -7,6 +7,15 @@ description: Install Redis Insight on AWS, Docker, Kubernetes, and desktop
linkTitle: Install Redis Insight
title: Install Redis Insight
weight: 3
+hideListLinks: true
---
-This is a an installation guide. You'll learn how to install Redis Insight on Amazon Web Services (AWS), Docker, and Kubernetes.
\ No newline at end of file
+[Download Redis Insight](https://redis.io/downloads/#insight)
+
+## Installation options
+Learn how to install Redis Insight on your desktop, Amazon Web Services (AWS), Docker, and Kubernetes.
+
+| | |
+|---|---|
+| {{}}[Install on AWS]({{< relref "/operate/redisinsight/install/install-on-aws" >}}) Install Redis Insight on Amazon Web Services | {{}}[Install on Desktop]({{< relref "/operate/redisinsight/install/install-on-desktop" >}}) Install Redis Insight on Windows, macOS, or Linux desktop |
+| {{}}[Install on Kubernetes]({{< relref "/operate/redisinsight/install/install-on-k8s" >}}) Install Redis Insight on Kubernetes clusters | {{}}[Install on Docker]({{< relref "/operate/redisinsight/install/install-on-docker" >}}) Install Redis Insight using Docker containers |
\ No newline at end of file
diff --git a/content/operate/redisinsight/install/install-on-desktop.md b/content/operate/redisinsight/install/install-on-desktop.md
index eb916e7906..a3e421a1c2 100644
--- a/content/operate/redisinsight/install/install-on-desktop.md
+++ b/content/operate/redisinsight/install/install-on-desktop.md
@@ -8,6 +8,9 @@ linkTitle: Install on desktop
title: Install on desktop
weight: 1
---
+
+[Download Redis Insight](https://redis.io/downloads/#insight)
+
## Supported operating systems
Redis Insight is supported on multiple operating systems:
@@ -33,7 +36,7 @@ Redis Insight is supported on multiple operating systems:
## Install
-Redis Insight is available for download for free from this [web site](https://redis.io/insight/?utm_source=redisinsight&utm_medium=website&utm_campaign=install_redisinsight#insight-form).
+Check out the features of the AI-powered assistant, advanced CLI, and intuitive GUI [here](https://redis.io/insight/?utm_source=redisinsight&utm_medium=website&utm_campaign=install_redisinsight#insight-form).
It is also available on:
- Microsoft Store
diff --git a/static/images/redisinsight-aws.svg b/static/images/redisinsight-aws.svg
new file mode 100644
index 0000000000..d5855261d0
--- /dev/null
+++ b/static/images/redisinsight-aws.svg
@@ -0,0 +1,10 @@
+
diff --git a/static/images/redisinsight-desktop.svg b/static/images/redisinsight-desktop.svg
new file mode 100644
index 0000000000..53008cb534
--- /dev/null
+++ b/static/images/redisinsight-desktop.svg
@@ -0,0 +1 @@
+
diff --git a/static/images/redisinsight-docker.svg b/static/images/redisinsight-docker.svg
new file mode 100644
index 0000000000..be8f061535
--- /dev/null
+++ b/static/images/redisinsight-docker.svg
@@ -0,0 +1 @@
+
diff --git a/static/images/redisinsight-download.svg b/static/images/redisinsight-download.svg
new file mode 100644
index 0000000000..b67a2cd3f0
--- /dev/null
+++ b/static/images/redisinsight-download.svg
@@ -0,0 +1 @@
+
diff --git a/static/images/redisinsight-kubernetes.svg b/static/images/redisinsight-kubernetes.svg
new file mode 100644
index 0000000000..66ed7b3547
--- /dev/null
+++ b/static/images/redisinsight-kubernetes.svg
@@ -0,0 +1 @@
+