From 4b22845a859b9fad40d356f7fb926ca4eeb74fe1 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:12:03 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index d8d3c238bf..12335f7a3e 100644 --- a/README.md +++ b/README.md @@ -2,23 +2,23 @@ [![CircleCI](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main.svg?style=svg)](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main) [![Total alerts](https://img.shields.io/lgtm/alerts/g/RedisInsight/RedisInsight.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/RedisInsight/RedisInsight/alerts/) -# logo RedisInsight - Developer GUI for Redis, by Redis. +# logo Redis Insight - Developer GUI for Redis, by Redis. [![Forum](https://img.shields.io/badge/Forum-RedisInsight-red)](https://forum.redis.com/c/redisinsight/65) [![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk) -RedisInsight is a visual tool that provides capabilities to design, develop, and optimize your Redis application. +Redis Insight is a visual tool that provides capabilities to design, develop, and optimize your Redis application. Query, analyse and interact with your Redis data. [Download it here](https://redis.com/redis-enterprise/redis-insight/#insight-form)! -![RedisInsight Browser screenshot](/.github/redisinsight_browser.png) +![Redis Insight Browser screenshot](/.github/redisinsight_browser.png) Built with love using [Electron](https://www.electronjs.org/), [Monaco Editor](https://microsoft.github.io/monaco-editor/) and NodeJS. ## Overview -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. +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. -### RedisInsight Highlights: +### Redis Insight Highlights: * Browse, filter, visualise your key-value Redis data structures and see key values in different formats (including JSON, Hex, ASCII, etc.) * CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams @@ -36,9 +36,9 @@ RedisInsight is an intuitive and efficient GUI for Redis, allowing you to intera Check out the [release notes](https://docs.redis.com/latest/ri/release-notes/). -## Get started with RedisInsight +## Get started with Redis Insight -This repository includes the code for RedisInsight. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it. +This repository includes the code for Redis Insight. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it. ### Installable Available to download for free from [here](https://redis.com/redis-enterprise/redis-insight/#insight-form). @@ -50,7 +50,7 @@ Alternatively you can also build from source. See our wiki for instructions. * [How to build](https://github.com/RedisInsight/RedisInsight/wiki/How-to-build-and-contribute) ## How to debug -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. +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. * [How to debug](https://github.com/RedisInsight/RedisInsight/wiki/How-to-debug) @@ -61,9 +61,9 @@ If you have any issues occurring in RedisInsight, you can follow the steps below * File a [bug](https://github.com/RedisInsight/RedisInsight/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D%3A) -## RedisInsight Plugins +## Redis Insight Plugins -With RedisInsight you can now also extend the core functionality by building your own data visualizations. See our wiki for more information. +With Redis Insight you can now also extend the core functionality by building your own data visualizations. See our wiki for more information. * [Plugin Documentation](https://github.com/RedisInsight/RedisInsight/wiki/Plugin-Documentation) @@ -75,9 +75,9 @@ If you would like to contribute to the code base or fix and issue, please consul ## Telemetry -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. +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. ## License -RedisInsight is licensed under [SSPL](/LICENSE) license. +Redis Insight is licensed under [SSPL](/LICENSE) license. From c6987904ce13a8ef1bd5d4aadfe92495bc5616bb Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:15:23 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12335f7a3e..977fda312e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![CircleCI](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main.svg?style=svg)](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main) [![Total alerts](https://img.shields.io/lgtm/alerts/g/RedisInsight/RedisInsight.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/RedisInsight/RedisInsight/alerts/) -# logo Redis Insight - Developer GUI for Redis, by Redis. +# logo Redis Insight - Developer GUI for Redis, by Redis. [![Forum](https://img.shields.io/badge/Forum-RedisInsight-red)](https://forum.redis.com/c/redisinsight/65) [![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk) From e88c3202a16acfb06ed2debee07a5c954a40b012 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Tue, 9 Apr 2024 12:35:47 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 977fda312e..9cd269d39d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Release](https://img.shields.io/github/v/release/RedisInsight/RedisInsight.svg?sort=semver)](https://github.com/RedisInsight/RedisInsight/releases) +[![Release](https://img.shields.io/github/v/release/RedisInsight/RedisInsight.svg?sort=semver)](https://github.com/Redis-Insight/Redis-Insight/releases) [![CircleCI](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main.svg?style=svg)](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main) [![Total alerts](https://img.shields.io/lgtm/alerts/g/RedisInsight/RedisInsight.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/RedisInsight/RedisInsight/alerts/) @@ -8,7 +8,7 @@ Redis Insight is a visual tool that provides capabilities to design, develop, and optimize your Redis application. -Query, analyse and interact with your Redis data. [Download it here](https://redis.com/redis-enterprise/redis-insight/#insight-form)! +Query, analyse and interact with your Redis data. [Download it here](https://redis.io/insight/#insight-form)! ![Redis Insight Browser screenshot](/.github/redisinsight_browser.png) @@ -22,56 +22,56 @@ Redis Insight is an intuitive and efficient GUI for Redis, allowing you to inter * Browse, filter, visualise your key-value Redis data structures and see key values in different formats (including JSON, Hex, ASCII, etc.) * CRUD support for Lists, Hashes, Strings, Sets, Sorted Sets, and Streams -* CRUD support for [RedisJSON](https://oss.redis.com/redisjson/) +* CRUD support for [RedisJSON](https://redis.io/json/) * 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 * Contextualised recommendations to optimize performance and memory usage. The list of recommendations gets updated as you interact with your database * Profiler - analyze every command sent to Redis in real-time * 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 -* Pub/Sub - support for [Redis pub/sub](https://redis.io/docs/manual/pubsub/), enabling subscription to channels and posting messages to channels +* Pub/Sub - support for [Redis pub/sub](https://redis.io/docs/latest/develop/interact/pubsub/), enabling subscription to channels and posting messages to channels * Bulk actions - Delete the keys in bulk based on the filters set in Browser or Tree view * Workbench - advanced command line interface with intelligent command auto-complete, complex data visualizations and support for the raw mode -* 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/) -* 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) -* Officially supported for Redis OSS, [Redis Cloud](https://redis.com/try-free/). Works with Microsoft Azure Cache for Redis (official support upcoming) +* Command auto-complete support for [RediSearch](https://redis.io/search/), [RedisJSON](https://redis.io/json/), [RedisTimeSeries](https://redis.io/timeseries/) +* 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) +* Officially supported for Redis OSS, [Redis Cloud](https://redis.io/cloud/). Works with Microsoft Azure Cache for Redis (official support upcoming) -Check out the [release notes](https://docs.redis.com/latest/ri/release-notes/). +Check out the [release notes](https://github.com/Redis-Insight/Redis-Insight/releases). ## Get started with Redis Insight This repository includes the code for Redis Insight. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it. ### Installable -Available to download for free from [here](https://redis.com/redis-enterprise/redis-insight/#insight-form). -Supports Windows, macOS (including M1), and Linux. +Available to download for free from [here](https://redis.io/insight/#insight-form). +Redis Insight is also available on Microsoft Store, Apple Store, Snapcraft, Flathub and [Docker](https://hub.docker.com/r/redis/redisinsight). ### Build Alternatively you can also build from source. See our wiki for instructions. -* [How to build](https://github.com/RedisInsight/RedisInsight/wiki/How-to-build-and-contribute) +* [How to build](https://github.com/Redis-Insight/Redis-Insight/wiki/How-to-build-and-contribute) ## How to debug 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. -* [How to debug](https://github.com/RedisInsight/RedisInsight/wiki/How-to-debug) +* [How to debug](https://github.com/Redis-Insight/Redis-Insight/wiki/How-to-debug) ## Feedback -* Request a new [feature](https://github.com/RedisInsight/RedisInsight/issues/new?assignees=&labels=&template=feature_request.md&title=%5BFeature+Request%5D%3A) -* Upvote [popular feature requests](https://github.com/RedisInsight/RedisInsight/issues?q=is%3Aopen+is%3Aissue+label%3Afeature+sort%3Areactions-%2B1-desc) -* File a [bug](https://github.com/RedisInsight/RedisInsight/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D%3A) +* Request a new [feature](https://github.com/Redis-Insight/Redis-Insight/issues/new?assignees=&labels=&template=feature_request.md&title=%5BFeature+Request%5D%3A) +* Upvote [popular feature requests](https://github.com/Redis-Insight/Redis-Insight/issues?q=is%3Aopen+is%3Aissue+label%3Afeature+sort%3Areactions-%2B1-desc) +* File a [bug](https://github.com/Redis-Insight/Redis-Insight/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBug%5D%3A) ## Redis Insight Plugins With Redis Insight you can now also extend the core functionality by building your own data visualizations. See our wiki for more information. -* [Plugin Documentation](https://github.com/RedisInsight/RedisInsight/wiki/Plugin-Documentation) +* [Plugin Documentation](https://github.com/Redis-Insight/Redis-Insight/wiki/Plugin-Documentation) ## Contributing If you would like to contribute to the code base or fix and issue, please consult the wiki. -* [How to build and contribute](https://github.com/RedisInsight/RedisInsight/wiki/How-to-build-and-contribute) +* [How to build and contribute](https://github.com/Redis-Insight/Redis-Insight/wiki/How-to-build-and-contribute) ## Telemetry