Skip to content

Add Redis Insight SVG icons and download links across documentation (… #1649

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion content/develop/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ or analyze and manage your database with our
{{< image filename="images/dev/icons/icon-redis-insight-64-duotone.png" class="mr-4" >}}
<div>
<h3><a href='{{< relref "/develop/tools/insight">}}'>Redis Insight</a></h3>
<p>Visual client tool for creating, managing, and analyzing Redis databases.</p>
<p>Visual client tool for creating, managing, and analyzing Redis databases. <a href="https://redis.io/downloads/#insight">Download Redis Insight</a>.</p>
</div>
</div>
<div class="flex items-center">
Expand Down
6 changes: 4 additions & 2 deletions content/develop/tools/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
categories:
aliases:
aliases:
- docs
- develop
- stack
Expand All @@ -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.
Expand All @@ -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" >}})
Expand Down
12 changes: 6 additions & 6 deletions content/develop/tools/insight/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
| | | |
|---|---|---|
| {{<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 |

## Overview

Expand Down Expand Up @@ -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

Expand All @@ -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.

Expand Down Expand Up @@ -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.
41 changes: 41 additions & 0 deletions content/integrate/redisinsight/_index.md
Original file line number Diff line number Diff line change
@@ -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
---

{{<image filename="images/redisinsight-download.svg" alt="Download Redis Insight icon.">}}[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.
2 changes: 1 addition & 1 deletion content/operate/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hideListLinks: true
| {{<color-bubble color="bg-purple-bubble">}} **Redis Open Source** | {{<color-bubble color="bg-gray-bubble">}} **Redis for Kubernetes** |
| <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> |
| {{<color-bubble color="bg-red-bubble">}} **Redis Insight** | |
| <ul><li> [Install Redis Insight]({{< relref "/operate/redisinsight/install" >}}) </li><li> [Use Redis Insight]({{< relref "/develop/tools/insight" >}}) </li></ul> | |
| <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> | |

## Product features

Expand Down
2 changes: 2 additions & 0 deletions content/operate/redisinsight/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ categories:
weight: 50
---

{{<image filename="images/redisinsight-download.svg" alt="Download Redis Insight icon.">}}[Download Redis Insight](https://redis.io/downloads/#insight)

For information on using Redis Insight, see [these pages]({{< relref "/develop/tools/insight" >}}).

11 changes: 10 additions & 1 deletion content/operate/redisinsight/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
[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.

| | |
|---|---|
| {{<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 |
| {{<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 |
5 changes: 4 additions & 1 deletion content/operate/redisinsight/install/install-on-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
10 changes: 10 additions & 0 deletions static/images/redisinsight-aws.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/redisinsight-desktop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/redisinsight-docker.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/redisinsight-download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/images/redisinsight-kubernetes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.