https://github.com/RedisInsight/RedisInsight
Redis GUI by Redis
https://github.com/RedisInsight/RedisInsight
database-gui redis redis-gui redis-gui-client
Last synced: 28 days ago
JSON representation
Redis GUI by Redis
- Host: GitHub
- URL: https://github.com/RedisInsight/RedisInsight
- Owner: RedisInsight
- License: other
- Created: 2021-07-30T09:20:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T08:25:39.000Z (6 months ago)
- Last Synced: 2024-10-29T09:42:19.133Z (6 months ago)
- Topics: database-gui, redis, redis-gui, redis-gui-client
- Language: TypeScript
- Homepage: https://redis.com/redis-enterprise/redis-insight/
- Size: 56.6 MB
- Stars: 6,229
- Watchers: 32
- Forks: 348
- Open Issues: 130
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-repositories - RedisInsight/RedisInsight - Redis GUI by Redis (TypeScript)
- my-awesome - RedisInsight/RedisInsight - gui,redis,redis-gui,redis-gui-client pushed_at:2025-04 star:6.7k fork:0.4k Redis GUI by Redis (TypeScript)
- awesome-ops - RedisInsight/RedisInsight - 07-30|2025-04-28 | Redis 官方开源的一个可视化工具,提供设计、开发和优化 Redis 应用程序的功能。查询、分析您的 Redis 数据并与之交互。 | (GUI-Redis)
README
[](https://github.com/RedisInsight/RedisInsight/releases)
#
Redis Insight - Developer GUI for Redis, by Redis.
[](https://forum.redis.com/c/redisinsight/65)
[](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. [Download it here](https://redis.io/insight/#insight-form)!
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 RedisCheck out the [release notes](https://github.com/RedisInsight/RedisInsight/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.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 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)
## Redis Insight API (only for Docker)
If you are running Redis Insight from [Docker](https://hub.docker.com/r/redis/redisinsight), you can access the API from `http://localhost:5540/api/docs`.## 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)## 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)
## 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)
## Telemetry
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
Redis Insight is licensed under [SSPL](/LICENSE) license.