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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,18 @@ Redis Insight is an intuitive and efficient GUI for Redis, allowing you to inter
20
20
### Redis Insight Highlights:
21
21
22
22
* Browse, filter, visualise your key-value Redis data structures and see key values in different formats (including JSON, Hex, ASCII, etc.)
23
-
* CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams
24
-
* CRUD support for [RedisJSON](https://redis.io/json/)
23
+
* CRUD support for lists, hashes, strings, sets, sorted sets, and streams
24
+
* CRUD support for [JSON](https://redis.io/json/) data structure
25
25
* 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
26
26
* Contextualised recommendations to optimize performance and memory usage. The list of recommendations gets updated as you interact with your database
27
27
* Profiler - analyze every command sent to Redis in real-time
28
28
* 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
29
29
* Pub/Sub - support for [Redis pub/sub](https://redis.io/docs/latest/develop/interact/pubsub/), enabling subscription to channels and posting messages to channels
30
30
* Bulk actions - Delete the keys in bulk based on the filters set in Browser or Tree view
31
31
* Workbench - advanced command line interface with intelligent command auto-complete, complex data visualizations and support for the raw mode
32
-
* Command auto-complete support for [RediSearch](https://redis.io/search/), [RedisJSON](https://redis.io/json/), [RedisTimeSeries](https://redis.io/timeseries/)
33
-
* Visualizations of your [RediSearch](https://redis.io/search/)index, queries, and aggregations. Ability to build [your own data visualization plugins](https://github.com/RedisInsight/Packages)
34
-
* Officially supported for Redis OSS, [Redis Cloud](https://redis.io/cloud/). Works with Microsoft Azure Cache for Redis (official support upcoming)
32
+
* Command auto-complete support for [search and query](https://redis.io/search/) capability, [JSON](https://redis.io/json/) and [time series](https://redis.io/timeseries/) data structures
33
+
* Visualizations of your [search and query](https://redis.io/search/)indexes and results. Ability to build [your own data visualization plugins](https://github.com/RedisInsight/Packages)
34
+
* Officially supported for Redis OSS, [Redis Cloud](https://redis.io/cloud/). Works with Microsoft Azure Cache for Redis
35
35
36
36
Check out the [release notes](https://github.com/RedisInsight/RedisInsight/releases).
0 commit comments