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
**Best in class Redis developer GUI to view and interact with your data!**
7
+
**Best in class Redis developer GUI to view and interact with your data!**
Built with love using Electron, [Elastic UI](https://elastic.github.io/eui/#/), [Monaco Editor](https://microsoft.github.io/monaco-editor/) and NodeJS.
11
+
Built with love using [Electron](https://www.electronjs.org/), [Elastic UI](https://elastic.github.io/eui/#/), [Monaco Editor](https://microsoft.github.io/monaco-editor/) and NodeJS.
10
12
11
13
## Overview
12
14
13
15
RedisInsight is an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data—with built-in support for Redis modules.
14
16
15
-
### RedisInsight features:
17
+
### RedisInsight Highlights:
16
18
17
19
* Browse, filter and visualise your key-value Redis data structures
18
20
* CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets
19
21
* CRUD support for [RedisJSON](https://oss.redis.com/redisjson/)
20
-
*Visualizations of your [RediSearch](https://oss.redis.com/redisearch/) index queries
21
-
*Intelligent Redis command auto-complete with support for [RedisJSON](https://oss.redis.com/redisjson/), [RediSearch](https://oss.redis.com/redisearch/), [RedisGraph](https://oss.redis.com/redisgraph/), [RedisTimeSeries](https://oss.redis.com/redistimeseries/), [RedisAI](https://oss.redis.com/redisai/)
22
-
*Command-line interface (CLI) that lets you run commands against your Redis server
23
-
* Ability to build your own visualization plugins
22
+
*Introducing Workbench - advanced command line interface with intelligent command auto-complete and complex data visualizations
23
+
*Command auto-complete support for [RediSearch](https://oss.redis.com/redisearch/), [RedisJSON](https://oss.redis.com/redisjson/), [RedisGraph](https://oss.redis.com/redisgraph/), [RedisTimeSeries](https://oss.redis.com/redistimeseries/), [RedisAI](https://oss.redis.com/redisai/)
24
+
*Visualizations of your [RediSearch](https://oss.redis.com/redisearch/) index queries and aggregations
25
+
* Ability to build your own data visualization plugins
24
26
* Built-in click-through guides for Redis capabilities
25
27
* Oficially supported for Redis OSS, [Redis Cloud](https://redis.com/try-free/). Works with Microsoft Azure Cache for Redis (official support upcoming).
26
28
* Available for macOS, Windows and Linux
27
29
28
30
Check out the [release notes](https://docs.redis.com/staging/release-ri-v2.0/ri/release-notes/).
29
31
30
-
### Telemetry
31
-
32
-
RedisInsight collects telemetry data, that is leveraged to help improve the developer experience (DX) within the app. We value your privacy and all the data collected is anonymised. Of course, you also have the option to not enable it at all.
33
-
34
-
## Try RedisInsight
32
+
## Get started with RedisInsight
35
33
36
34
This repository includes the code for the newly released in public preview RedisInsight 2.0. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it.
37
35
38
-
The current GA version of RedisInsight is 1.11. You can run RedisInsight 2.0 along with the GA version.
36
+
The current GA version of RedisInsight is 1.11. You can install RedisInsight 2.0 along with the GA version.
37
+
38
+
### Installable
39
+
Available to download for free from [here](https://redis.com/redis-enterprise/redis-insight/#insight-form).
39
40
40
-
Both versions are available for download as a packaged solution for free from [here](https://docs.redis.com/latest/ri/installing/).
41
+
### Build
42
+
Alternatively you can also build from source. See our wiki for instructions.
41
43
42
44
## Feedback
43
45
@@ -54,6 +56,10 @@ With RedisInsight you can now also extend the core functionality by building you
54
56
55
57
If you would like to contribute to the code base or fix and issue, please consult the wiki.
56
58
59
+
## Telemetry
60
+
61
+
RedisInsight includes an opt-in telemetry system, that is leveraged to help improve the developer experience (DX) within the app. We value your privacy, so stay assured, that all the data collected is anonymised.
62
+
57
63
## License
58
64
59
65
RedisInsight is licensed under [SSPL](/LICENSE) license.
0 commit comments