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
@@ -22,27 +21,27 @@ Redis Insight is an intuitive and efficient GUI for Redis, allowing you to inter
22
21
23
22
* Browse, filter, visualise your key-value Redis data structures and see key values in different formats (including JSON, Hex, ASCII, etc.)
24
23
* CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams
25
-
* CRUD support for [RedisJSON](https://oss.redis.com/redisjson/)
24
+
* CRUD support for [RedisJSON](https://redis.io/json/)
26
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
27
26
* Contextualised recommendations to optimize performance and memory usage. The list of recommendations gets updated as you interact with your database
28
27
* Profiler - analyze every command sent to Redis in real-time
29
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
30
-
* Pub/Sub - support for [Redis pub/sub](https://redis.io/docs/manual/pubsub/), enabling subscription to channels and posting messages to channels
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
31
30
* Bulk actions - Delete the keys in bulk based on the filters set in Browser or Tree view
32
31
* Workbench - advanced command line interface with intelligent command auto-complete, complex data visualizations and support for the raw mode
33
-
* 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/)
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)
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)
36
35
37
-
Check out the [release notes](https://docs.redis.com/latest/ri/release-notes/).
36
+
Check out the [release notes](https://github.com/RedisInsight/RedisInsight/releases).
38
37
39
38
## Get started with Redis Insight
40
39
41
40
This repository includes the code for Redis Insight. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it.
42
41
43
42
### Installable
44
-
Available to download for free from [here](https://redis.com/redis-enterprise/redis-insight/#insight-form).
45
-
Supports Windows, macOS (including M1), and Linux.
43
+
Available to download for free from [here](https://redis.io/insight/#insight-form).
44
+
Redis Insight is also available on Microsoft Store, Apple Store, Snapcraft, Flathub and [Docker](https://hub.docker.com/r/redis/redisinsight).
46
45
47
46
### Build
48
47
Alternatively you can also build from source. See our wiki for instructions.
0 commit comments