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
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,17 +20,20 @@ RedisInsight is an intuitive and efficient GUI for Redis, allowing you to intera
20
20
21
21
### RedisInsight Highlights:
22
22
23
-
* Browse, filter and visualise your key-value Redis data structures
24
-
* CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets
23
+
* Browse, filter, visualise your key-value Redis data structures and see key values in different formats (including JSON, Hex, ASCII, etc.)
24
+
* CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams
25
25
* CRUD support for [RedisJSON](https://oss.redis.com/redisjson/)
26
-
* Profiler - analyze every command sent to Redis in real-time
27
-
* Introducing Workbench - advanced command line interface with intelligent command auto-complete and complex data visualizations
26
+
* Profiler - analyze every command sent to Redis in real-time
27
+
* 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
28
+
* Pub/Sub - support for [Redis pub/sub](https://redis.io/docs/manual/pubsub/), enabling subscription to channels and posting messages to channels
29
+
* 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
28
31
* 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/)
29
32
* Visualizations of your [RediSearch](https://oss.redis.com/redisearch/) index, queries, and aggregations
30
33
* Ability to build your own data visualization plugins
31
34
* Built-in click-through guides for Redis capabilities
32
35
* Oficially supported for Redis OSS, [Redis Cloud](https://redis.com/try-free/). Works with Microsoft Azure Cache for Redis (official support upcoming).
33
-
* Available for macOS, Windows and Linux
36
+
* Available for macOS (including M1), Windows and Linux
34
37
35
38
Check out the [release notes](https://docs.redis.com/latest/ri/release-notes/).
0 commit comments