Skip to content

Commit ce9c3db

Browse files
Merge pull request #1649 from redis/DOC-5293
Add Redis Insight SVG icons and download links across documentation (…
2 parents 0c946f4 + 5f235c3 commit ce9c3db

File tree

13 files changed

+83
-12
lines changed

13 files changed

+83
-12
lines changed

content/develop/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ or analyze and manage your database with our
2727
{{< image filename="images/dev/icons/icon-redis-insight-64-duotone.png" class="mr-4" >}}
2828
<div>
2929
<h3><a href='{{< relref "/develop/tools/insight">}}'>Redis Insight</a></h3>
30-
<p>Visual client tool for creating, managing, and analyzing Redis databases.</p>
30+
<p>Visual client tool for creating, managing, and analyzing Redis databases. <a href="https://redis.io/downloads/#insight">Download Redis Insight</a>.</p>
3131
</div>
3232
</div>
3333
<div class="flex items-center">

content/develop/tools/_index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
categories:
3-
aliases:
3+
aliases:
44
- docs
55
- develop
66
- stack
@@ -26,7 +26,7 @@ manage it and interact with the data:
2626

2727
## Redis command line interface (CLI)
2828

29-
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:
29+
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:
3030

3131
1. An interactive Read Eval Print Loop (REPL) mode where the user types Redis commands and receives replies.
3232
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
3535

3636
[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.
3737

38+
[Download Redis Insight](https://redis.io/downloads/#insight).
39+
3840
## Redis VSCode extension
3941

4042
[Redis for VS Code]({{< relref "/develop/tools/redis-for-vscode" >}})

content/develop/tools/insight/_index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Redis Insight is a powerful tool for visualizing and optimizing data in Redis, m
2525

2626
### Installation and release notes
2727

28-
* See [these pages]({{< relref "/operate/redisinsight/install" >}}) for installation information.
29-
30-
* [Redis Insight Release Notes](https://github.com/Redis-Insight/Redis-Insight/releases)
28+
| | | |
29+
|---|---|---|
30+
| {{<image filename="images/redisinsight-desktop.svg" alt="Install Redis Insight icon.">}}[Installation guides]({{< relref "/operate/redisinsight/install" >}})<br/>See installation guides for all platforms | {{<image filename="images/redisinsight-download.svg" alt="Download Redis Insight icon.">}}[Download Redis Insight](https://redis.io/downloads/#insight)<br/>Download Redis Insight directly from redis.io | {{<image filename="images/redisinsight-aws.svg" alt="Release Notes Redis Insight icon.">}}[Release Notes]({{< relref "/develop/tools/insight/release-notes/" >}})<br/>View Redis Insight release notes and changelog |
3131

3232
## Overview
3333

@@ -67,7 +67,7 @@ Redis Insight includes Redis Data Integration (RDI) connectivity, which allows y
6767
### Browser
6868

6969
Browse, filter and visualize your key-value Redis data structures.
70-
* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) support for lists, hashes, strings, sets, sorted sets, and streams
70+
* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) support for lists, hashes, strings, sets, sorted sets, and streams
7171
* CRUD support for [JSON]({{< relref "/develop/data-types/json/" >}})
7272
* Group keys according to their namespaces
7373

@@ -85,7 +85,7 @@ Analyze every command sent to Redis in real time.
8585

8686
### CLI
8787

88-
The CLI is accessible at any time within the application.
88+
The CLI is accessible at any time within the application.
8989
* Employs integrated help to deliver intuitive assistance
9090
* Use together with a convenient command helper that lets you search and read on Redis commands.
9191

@@ -179,6 +179,6 @@ you can access the API from `http://localhost:5540/api/docs`.
179179

180180
To provide your feedback, [open a ticket in our Redis Insight repository](https://github.com/Redis-Insight/Redis-Insight/issues/new).
181181

182-
## License
182+
## License
183183

184184
Redis Insight is licensed under [SSPL](https://github.com/Redis-Insight/Redis-Insight/blob/main/LICENSE) license.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
linkTitle: Redis Insight
3+
title: Redis Insight
4+
categories:
5+
- docs
6+
- integrate
7+
- oss
8+
- rs
9+
- rc
10+
description: Visual client tool for creating, managing, and analyzing Redis databases
11+
group: tool
12+
stack: true
13+
summary: Redis Insight is a powerful tool for visualizing and optimizing data in Redis.
14+
type: integration
15+
weight: 1
16+
---
17+
18+
{{<image filename="images/redisinsight-download.svg" alt="Download Redis Insight icon.">}}[Download Redis Insight](https://redis.io/downloads/#insight)
19+
20+
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.
21+
22+
## Key Features
23+
24+
- **Visual data browser**: Browse, filter and visualize your key-value Redis data structures
25+
- **Real-time profiler**: Analyze every command sent to Redis in real time
26+
- **Advanced CLI**: Intelligent command auto-complete and complex data visualization support
27+
- **Database analysis**: Optimize performance and memory usage of your Redis database
28+
- **Redis Copilot**: AI-powered developer assistant for learning and data exploration
29+
30+
## Installation
31+
32+
Redis Insight is available for multiple platforms:
33+
34+
- [Install on Desktop]({{< relref "/operate/redisinsight/install/install-on-desktop" >}}) - Windows, macOS, Linux
35+
- [Install on Docker]({{< relref "/operate/redisinsight/install/install-on-docker" >}}) - Container deployment
36+
- [Install on Kubernetes]({{< relref "/operate/redisinsight/install/install-on-k8s" >}}) - K8s clusters
37+
- [Install on AWS]({{< relref "/operate/redisinsight/install/install-on-aws" >}}) - Amazon Web Services
38+
39+
## Getting Started
40+
41+
Refer to the complete [Redis Insight guide]({{< relref "/develop/tools/insight" >}}) to install, connect, and use Redis Insight for data visualization and database management.

content/operate/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hideListLinks: true
1111
| {{<color-bubble color="bg-purple-bubble">}} **Redis Open Source** | {{<color-bubble color="bg-gray-bubble">}} **Redis for Kubernetes** |
1212
| <ul><li> [Install Redis 8 in Redis Open Source]({{< relref "/operate/oss_and_stack/install/install-stack" >}}) </li><li> [Install Redis Stack]({{< relref "/operate/oss_and_stack/install/archive/install-stack/" >}}) (&#8804; 7.4) </li><li> [Manage Redis]({{< relref "/operate/oss_and_stack/management" >}}) </li></ul> | <ul><li> [Deploy Redis for Kubernetes]({{< relref "/operate/kubernetes/deployment" >}}) </li><li> [Architecture]({{< relref "/operate/kubernetes/architecture" >}}) </li><li> [API Reference]({{< relref "/operate/kubernetes/reference" >}}) </li></ul> |
1313
| {{<color-bubble color="bg-red-bubble">}} **Redis Insight** | |
14-
| <ul><li> [Install Redis Insight]({{< relref "/operate/redisinsight/install" >}}) </li><li> [Use Redis Insight]({{< relref "/develop/tools/insight" >}}) </li></ul> | |
14+
| <ul><li> [Install Redis Insight]({{< relref "/operate/redisinsight/install" >}}) </li><li> [Use Redis Insight]({{< relref "/develop/tools/insight" >}}) </li><li> [Download Redis Insight](https://redis.io/downloads/#insight) </li></ul> | |
1515

1616
## Product features
1717

content/operate/redisinsight/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ categories:
99
weight: 50
1010
---
1111

12+
{{<image filename="images/redisinsight-download.svg" alt="Download Redis Insight icon.">}}[Download Redis Insight](https://redis.io/downloads/#insight)
13+
1214
For information on using Redis Insight, see [these pages]({{< relref "/develop/tools/insight" >}}).
1315

content/operate/redisinsight/install/_index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ description: Install Redis Insight on AWS, Docker, Kubernetes, and desktop
77
linkTitle: Install Redis Insight
88
title: Install Redis Insight
99
weight: 3
10+
hideListLinks: true
1011
---
1112

12-
This is a an installation guide. You'll learn how to install Redis Insight on Amazon Web Services (AWS), Docker, and Kubernetes.
13+
[Download Redis Insight](https://redis.io/downloads/#insight)
14+
15+
## Installation options
16+
Learn how to install Redis Insight on your desktop, Amazon Web Services (AWS), Docker, and Kubernetes.
17+
18+
| | |
19+
|---|---|
20+
| {{<image filename="images/redisinsight-aws.svg" alt="AWS Redis Insight icon.">}}[Install on AWS]({{< relref "/operate/redisinsight/install/install-on-aws" >}})<br/>Install Redis Insight on Amazon Web Services | {{<image filename="images/redisinsight-desktop.svg" alt="Desktop Redis Insight icon.">}}[Install on Desktop]({{< relref "/operate/redisinsight/install/install-on-desktop" >}})<br/>Install Redis Insight on Windows, macOS, or Linux desktop |
21+
| {{<image filename="images/redisinsight-kubernetes.svg" alt="Kubernetes Redis Insight icon.">}}[Install on Kubernetes]({{< relref "/operate/redisinsight/install/install-on-k8s" >}})<br/>Install Redis Insight on Kubernetes clusters | {{<image filename="images/redisinsight-docker.svg" alt="Docker Redis Insight icon.">}}[Install on Docker]({{< relref "/operate/redisinsight/install/install-on-docker" >}})<br/>Install Redis Insight using Docker containers |

content/operate/redisinsight/install/install-on-desktop.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ linkTitle: Install on desktop
88
title: Install on desktop
99
weight: 1
1010
---
11+
12+
[Download Redis Insight](https://redis.io/downloads/#insight)
13+
1114
## Supported operating systems
1215

1316
Redis Insight is supported on multiple operating systems:
@@ -33,7 +36,7 @@ Redis Insight is supported on multiple operating systems:
3336

3437
## Install
3538

36-
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).
39+
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).
3740

3841
It is also available on:
3942
- Microsoft Store

static/images/redisinsight-aws.svg

Lines changed: 10 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

static/images/redisinsight-docker.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)