|
1 | | -[](https://github.com/RedisInsight/RedisInsight/releases) |
| 1 | +[](https://github.com/Redis-Insight/Redis-Insight/releases) |
2 | 2 | [](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main) |
3 | 3 | [](https://lgtm.com/projects/g/RedisInsight/RedisInsight/alerts/) |
4 | 4 |
|
5 | | -# <img src="https://redis.com/wp-content/uploads/2019/11/ico-redisinsight.svg" alt="logo" width="25"/> RedisInsight - Developer GUI for Redis, by Redis. |
| 5 | +# <img src="https://github.com/Redis-Insight/Redis-Insight/assets/99594890/333b7bbd-22ac-4457-a045-5f181e79ec50" alt="logo" width="25"/> Redis Insight - Developer GUI for Redis, by Redis. |
6 | 6 | [](https://forum.redis.com/c/redisinsight/65) |
7 | 7 | [](https://discord.gg/QUkjSsk) |
8 | 8 |
|
9 | 9 |
|
10 | | -RedisInsight is a visual tool that provides capabilities to design, develop, and optimize your Redis application. |
11 | | -Query, analyse and interact with your Redis data. [Download it here](https://redis.com/redis-enterprise/redis-insight/#insight-form)! |
| 10 | +Redis Insight is a visual tool that provides capabilities to design, develop, and optimize your Redis application. |
| 11 | +Query, analyse and interact with your Redis data. [Download it here](https://redis.io/insight/#insight-form)! |
12 | 12 |
|
13 | | - |
| 13 | + |
14 | 14 |
|
15 | 15 | Built with love using [Electron](https://www.electronjs.org/), [Monaco Editor](https://microsoft.github.io/monaco-editor/) and NodeJS. |
16 | 16 |
|
17 | 17 | ## Overview |
18 | 18 |
|
19 | | -RedisInsight is an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data—with built-in support for Redis modules. |
| 19 | +Redis Insight is an intuitive and efficient GUI for Redis, allowing you to interact with your databases and manage your data—with built-in support for Redis modules. |
20 | 20 |
|
21 | | -### RedisInsight Highlights: |
| 21 | +### Redis Insight Highlights: |
22 | 22 |
|
23 | 23 | * Browse, filter, visualise your key-value Redis data structures and see key values in different formats (including JSON, Hex, ASCII, etc.) |
24 | 24 | * CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams |
25 | | -* CRUD support for [RedisJSON](https://oss.redis.com/redisjson/) |
| 25 | +* CRUD support for [RedisJSON](https://redis.io/json/) |
26 | 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 | 27 | * Contextualised recommendations to optimize performance and memory usage. The list of recommendations gets updated as you interact with your database |
28 | 28 | * Profiler - analyze every command sent to Redis in real-time |
29 | 29 | * 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 |
| 30 | +* 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 | 31 | * Bulk actions - Delete the keys in bulk based on the filters set in Browser or Tree view |
32 | 32 | * 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) |
| 33 | +* Command auto-complete support for [RediSearch](https://redis.io/search/), [RedisJSON](https://redis.io/json/), [RedisTimeSeries](https://redis.io/timeseries/) |
| 34 | +* Visualizations of your [RediSearch](https://redis.io/search/) index, queries, and aggregations. Ability to build [your own data visualization plugins](https://github.com/Redis-Insight/Packages) |
| 35 | +* Officially supported for Redis OSS, [Redis Cloud](https://redis.io/cloud/). Works with Microsoft Azure Cache for Redis (official support upcoming) |
36 | 36 |
|
37 | | -Check out the [release notes](https://docs.redis.com/latest/ri/release-notes/). |
| 37 | +Check out the [release notes](https://github.com/Redis-Insight/Redis-Insight/releases). |
38 | 38 |
|
39 | | -## Get started with RedisInsight |
| 39 | +## Get started with Redis Insight |
40 | 40 |
|
41 | | -This repository includes the code for RedisInsight. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it. |
| 41 | +This repository includes the code for Redis Insight. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it. |
42 | 42 |
|
43 | 43 | ### 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. |
| 44 | +Available to download for free from [here](https://redis.io/insight/#insight-form). |
| 45 | +Redis Insight is also available on Microsoft Store, Apple Store, Snapcraft, Flathub and [Docker](https://hub.docker.com/r/redis/redisinsight). |
46 | 46 |
|
47 | 47 | ### Build |
48 | 48 | Alternatively you can also build from source. See our wiki for instructions. |
49 | 49 |
|
50 | | -* [How to build](https://github.com/RedisInsight/RedisInsight/wiki/How-to-build-and-contribute) |
| 50 | +* [How to build](https://github.com/Redis-Insight/Redis-Insight/wiki/How-to-build-and-contribute) |
51 | 51 |
|
52 | 52 | ## How to debug |
53 | | -If you have any issues occurring in RedisInsight, you can follow the steps below to get more information about the errors and find their root cause. |
| 53 | +If you have any issues occurring in Redis Insight, you can follow the steps below to get more information about the errors and find their root cause. |
54 | 54 |
|
55 | | -* [How to debug](https://github.com/RedisInsight/RedisInsight/wiki/How-to-debug) |
| 55 | +* [How to debug](https://github.com/Redis-Insight/Redis-Insight/wiki/How-to-debug) |
56 | 56 |
|
57 | 57 | ## Feedback |
58 | 58 |
|
59 | | -* Request a new [feature](https://github.com/RedisInsight/RedisInsight/issues/new?assignees=&labels=&template=feature_request.md&title=%5BFeature+Request%5D%3A) |
60 | | -* Upvote [popular feature requests](https://github.com/RedisInsight/RedisInsight/issues?q=is%3Aopen+is%3Aissue+label%3Afeature+sort%3Areactions-%2B1-desc) |
61 | | -* File a [bug](https://github.com/RedisInsight/RedisInsight/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D%3A) |
| 59 | +* Request a new [feature](https://github.com/Redis-Insight/Redis-Insight/issues/new?assignees=&labels=&template=feature_request.md&title=%5BFeature+Request%5D%3A) |
| 60 | +* Upvote [popular feature requests](https://github.com/Redis-Insight/Redis-Insight/issues?q=is%3Aopen+is%3Aissue+label%3Afeature+sort%3Areactions-%2B1-desc) |
| 61 | +* File a [bug](https://github.com/Redis-Insight/Redis-Insight/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D%3A) |
62 | 62 |
|
63 | 63 |
|
64 | | -## RedisInsight Plugins |
| 64 | +## Redis Insight Plugins |
65 | 65 |
|
66 | | -With RedisInsight you can now also extend the core functionality by building your own data visualizations. See our wiki for more information. |
| 66 | +With Redis Insight you can now also extend the core functionality by building your own data visualizations. See our wiki for more information. |
67 | 67 |
|
68 | | -* [Plugin Documentation](https://github.com/RedisInsight/RedisInsight/wiki/Plugin-Documentation) |
| 68 | +* [Plugin Documentation](https://github.com/Redis-Insight/Redis-Insight/wiki/Plugin-Documentation) |
69 | 69 |
|
70 | 70 | ## Contributing |
71 | 71 |
|
72 | 72 | If you would like to contribute to the code base or fix and issue, please consult the wiki. |
73 | 73 |
|
74 | | -* [How to build and contribute](https://github.com/RedisInsight/RedisInsight/wiki/How-to-build-and-contribute) |
| 74 | +* [How to build and contribute](https://github.com/Redis-Insight/Redis-Insight/wiki/How-to-build-and-contribute) |
75 | 75 |
|
76 | 76 | ## Telemetry |
77 | 77 |
|
78 | | -RedisInsight includes an opt-in telemetry system, that is leveraged to help improve the developer experience (DX) within the app. We value your privacy, so stay assured, that all the data collected is anonymised. |
| 78 | +Redis Insight includes an opt-in telemetry system, that is leveraged to help improve the developer experience (DX) within the app. We value your privacy, so stay assured, that all the data collected is anonymised. |
79 | 79 |
|
80 | 80 | ## License |
81 | 81 |
|
82 | | -RedisInsight is licensed under [SSPL](/LICENSE) license. |
| 82 | +Redis Insight is licensed under [SSPL](/LICENSE) license. |
83 | 83 |
|
0 commit comments