Skip to content

Commit bafeb3c

Browse files
Merge pull request #2905 from RedisInsight/ViktarStarastsenka-patch-1
Update README.md
2 parents da0f245 + ce36fa9 commit bafeb3c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk)
88

99

10-
RedisInsight is a visual tool that provides capabilities to design, develop and optimize your Redis application.
10+
RedisInsight is a visual tool that provides capabilities to design, develop, and optimize your Redis application.
1111
Query, analyse and interact with your Redis data. [Download it here](https://redis.com/redis-enterprise/redis-insight/#insight-form)!
1212

1313
![RedisInsight Browser screenshot](/.github/redisinsight_browser.png)
@@ -23,26 +23,26 @@ RedisInsight is an intuitive and efficient GUI for Redis, allowing you to intera
2323
* Browse, filter, visualise your key-value Redis data structures and see key values in different formats (including JSON, Hex, ASCII, etc.)
2424
* CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams
2525
* CRUD support for [RedisJSON](https://oss.redis.com/redisjson/)
26+
* Interactive tutorials to learn easily, among other things, how to leverage the native JSON data structure supporting structured querying and full-text search, including vector similarity search for your AI use cases
27+
* Contextualised recommendations to optimize performance and memory usage. The list of recommendations gets updated as you interact with your database.
2628
* Profiler - analyze every command sent to Redis in real-time
2729
* SlowLog - analyze slow operations in Redis instances based on the [Slowlog](https://github.com/RedisInsight/RedisInsight/releases#:~:text=results%20of%20the-,Slowlog,-command%20to%20analyze) command
2830
* Pub/Sub - support for [Redis pub/sub](https://redis.io/docs/manual/pubsub/), enabling subscription to channels and posting messages to channels
2931
* Bulk actions - Delete the keys in bulk based on the filters set in Browser or Tree view
30-
* Introducing Workbench - advanced command line interface with intelligent command auto-complete, complex data visualizations and support for the raw mode
32+
* Workbench - advanced command line interface with intelligent command auto-complete, complex data visualizations and support for the raw mode
3133
* 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/)
32-
* Visualizations of your [RediSearch](https://oss.redis.com/redisearch/) index, queries, and aggregations
33-
* Ability to build your own data visualization plugins
34-
* Built-in click-through guides for Redis capabilities
35-
* Officially supported for Redis OSS, [Redis Cloud](https://redis.com/try-free/). Works with Microsoft Azure Cache for Redis (official support upcoming).
36-
* Available for macOS (including M1), Windows and Linux
34+
* Visualizations of your [RediSearch](https://oss.redis.com/redisearch/) index, queries, and aggregations. Ability to build [your own data visualization plugins](https://github.com/RedisInsight/Packages)
35+
* Officially supported for Redis OSS, [Redis Cloud](https://redis.com/try-free/). Works with Microsoft Azure Cache for Redis (official support upcoming)
3736

3837
Check out the [release notes](https://docs.redis.com/latest/ri/release-notes/).
3938

4039
## Get started with RedisInsight
4140

42-
This repository includes the code for the GA version of RedisInsight 2.0. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it.
41+
This repository includes the code for RedisInsight. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it.
4342

4443
### Installable
4544
Available to download for free from [here](https://redis.com/redis-enterprise/redis-insight/#insight-form).
45+
Supports Windows, macOS (including M1), and Linux.
4646

4747
### Build
4848
Alternatively you can also build from source. See our wiki for instructions.

0 commit comments

Comments
 (0)