You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/develop/tools/_index.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
categories:
3
-
aliases:
3
+
aliases:
4
4
- docs
5
5
- develop
6
6
- stack
@@ -26,7 +26,7 @@ manage it and interact with the data:
26
26
27
27
## Redis command line interface (CLI)
28
28
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:
30
30
31
31
1. An interactive Read Eval Print Loop (REPL) mode where the user types Redis commands and receives replies.
32
32
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
35
35
36
36
[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.
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.
Learn how to install Redis Insight on your desktop, Amazon Web Services (AWS), Docker, and Kubernetes.
17
+
18
+
|||
19
+
|---|---|
20
+
| {{<imagefilename="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 | {{<imagefilename="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
+
| {{<imagefilename="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 | {{<imagefilename="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 |
Redis Insight is supported on multiple operating systems:
@@ -33,7 +36,7 @@ Redis Insight is supported on multiple operating systems:
33
36
34
37
## Install
35
38
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).
0 commit comments