Skip to content

Commit dca1f76

Browse files
Merge pull request #1054 from RedisInsight/ViktarStarastsenka-patch-2
Viktar starastsenka patch 2
2 parents a57f61c + bc6297c commit dca1f76

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

.github/redisinsight_browser.png

927 KB
Loading

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,20 @@ RedisInsight is an intuitive and efficient GUI for Redis, allowing you to intera
2020

2121
### RedisInsight Highlights:
2222

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
2525
* 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
2831
* 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/)
2932
* Visualizations of your [RediSearch](https://oss.redis.com/redisearch/) index, queries, and aggregations
3033
* Ability to build your own data visualization plugins
3134
* Built-in click-through guides for Redis capabilities
3235
* 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
3437

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

0 commit comments

Comments
 (0)