Skip to content

Commit

Permalink
Merge pull request #3247 from RedisInsight/ViktarStarastsenka-patch-3
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ViktarStarastsenka committed Apr 10, 2024
2 parents f712d40 + d12d01f commit 0d332ed
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![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/Redis-Insight/Redis-Insight/tree/main.svg?style=svg)](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main)
[![Release](https://img.shields.io/github/v/release/RedisInsight/RedisInsight.svg?sort=semver)](https://github.com/RedisInsight/RedisInsight/releases)
[![CircleCI](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main.svg?style=svg)](https://circleci.com/gh/RedisInsight/RedisInsight/tree/main)

# <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.
# <img src="https://github.com/RedisInsight/RedisInsight/assets/99594890/333b7bbd-22ac-4457-a045-5f181e79ec50" alt="logo" width="25"/> 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)

Expand Down Expand Up @@ -30,10 +30,10 @@ Redis Insight is an intuitive and efficient GUI for Redis, allowing you to inter
* 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://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)
* 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)
* 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://github.com/Redis-Insight/Redis-Insight/releases).
Check out the [release notes](https://github.com/RedisInsight/RedisInsight/releases).

## Get started with Redis Insight

Expand All @@ -46,31 +46,31 @@ Redis Insight is also available on Microsoft Store, Apple Store, Snapcraft, Flat
### Build
Alternatively you can also build from source. See our wiki for instructions.

* [How to build](https://github.com/Redis-Insight/Redis-Insight/wiki/How-to-build-and-contribute)
* [How to build](https://github.com/RedisInsight/RedisInsight/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/Redis-Insight/Redis-Insight/wiki/How-to-debug)
* [How to debug](https://github.com/RedisInsight/RedisInsight/wiki/How-to-debug)

## Feedback

* 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)
* 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)


## 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/Redis-Insight/Redis-Insight/wiki/Plugin-Documentation)
* [Plugin Documentation](https://github.com/RedisInsight/RedisInsight/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/Redis-Insight/Redis-Insight/wiki/How-to-build-and-contribute)
* [How to build and contribute](https://github.com/RedisInsight/RedisInsight/wiki/How-to-build-and-contribute)

## Telemetry

Expand Down

0 comments on commit 0d332ed

Please sign in to comment.