Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/flathub/com.redis.redisinsight


https://github.com/flathub/com.redis.redisinsight

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

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

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.

![Redis Insight Browser screenshot](https://github.com/flathub/com.redis.RedisInsight/raw/master/flathub/tree_view.png)

Built with love using [Electron](https://www.electronjs.org/), [Monaco Editor](https://microsoft.github.io/monaco-editor/) and NodeJS

## Overview

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.

### 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
* CRUD support for [JSON](https://redis.io/json/) data structure
* 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/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 [search and query](https://redis.io/search/) capability, [JSON](https://redis.io/json/) and [time series](https://redis.io/timeseries/) data structures
* Visualizations of your [search and query](https://redis.io/search/) indexes and results
* 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

Check out the [release notes](https://github.com/RedisInsight/RedisInsight/releases)

## Get started with Redis Insight

Find instructions on how to install, build, and debug Redis Insight in [our repository](https://github.com/RedisInsight/RedisInsight).

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

## Contributing

If you would like to contribute to the code base or fix and issue, please consult the [wiki](https://github.com/RedisInsight/RedisInsight/wiki/How-to-build-and-contribute)

## License

License is described [here](https://github.com/RedisInsight/RedisInsight/blob/main/LICENSE).