Skip to content

Commit 4b27ec4

Browse files
authored
Update README.md
1 parent fc2db47 commit 4b27ec4

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

README.md

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,45 @@
11
[![CircleCI](https://circleci.com/gh/RedisInsight/RedisInsight/tree/latest.svg?style=svg)](https://circleci.com/gh/RedisInsight/RedisInsight/tree/latest)
2+
[![Forum](https://img.shields.io/badge/Forum-RedisInsight-red)](https://forum.redis.com/c/redisinsight/65)
3+
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk)
24

35
# <img src="https://redis.com/wp-content/uploads/2019/11/ico-redisinsight.svg" alt="logo" width="25"/> RedisInsight
46

5-
**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! [Download it from here](https://redis.com/redis-enterprise/redis-insight/#insight-form)!**
68

79
![RedisInsight Browser screenshot](/.github/redisinsight_browser.png)
810

9-
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.
1012

1113
## Overview
1214

1315
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.
1416

15-
### RedisInsight features:
17+
### RedisInsight Highlights:
1618

1719
* Browse, filter and visualise your key-value Redis data structures
1820
* CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets
1921
* 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
2426
* Built-in click-through guides for Redis capabilities
2527
* Oficially supported for Redis OSS, [Redis Cloud](https://redis.com/try-free/). Works with Microsoft Azure Cache for Redis (official support upcoming).
2628
* Available for macOS, Windows and Linux
2729

2830
Check out the [release notes](https://docs.redis.com/staging/release-ri-v2.0/ri/release-notes/).
2931

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
3533

3634
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.
3735

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).
3940

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.
4143

4244
## Feedback
4345

@@ -54,6 +56,10 @@ With RedisInsight you can now also extend the core functionality by building you
5456

5557
If you would like to contribute to the code base or fix and issue, please consult the wiki.
5658

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+
5763
## License
5864

5965
RedisInsight is licensed under [SSPL](/LICENSE) license.

0 commit comments

Comments
 (0)