{"id":29333064,"url":"https://github.com/redis/RedisInsight","last_synced_at":"2025-07-08T02:03:39.533Z","repository":{"id":36951655,"uuid":"391005419","full_name":"redis/RedisInsight","owner":"redis","description":"Redis GUI by Redis","archived":false,"fork":false,"pushed_at":"2025-07-07T16:50:18.000Z","size":70585,"stargazers_count":7078,"open_issues_count":108,"forks_count":379,"subscribers_count":35,"default_branch":"main","last_synced_at":"2025-07-07T17:28:57.740Z","etag":null,"topics":["database-gui","redis","redis-gui","redis-gui-client"],"latest_commit_sha":null,"homepage":"https://redis.com/redis-enterprise/redis-insight/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redis.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-07-30T09:20:35.000Z","updated_at":"2025-07-07T16:40:06.000Z","dependencies_parsed_at":"2024-02-18T14:42:22.682Z","dependency_job_id":"1cb888d2-d161-4ed2-b8b1-e1601a96c622","html_url":"https://github.com/redis/RedisInsight","commit_stats":{"total_commits":5927,"total_committers":46,"mean_commits":"128.84782608695653","dds":0.8552387379787414,"last_synced_commit":"49c9fdc37df768b7ab7b065e561ad5ad7b6ac2b6"},"previous_names":["redisinsight/redisinsight","redis/redisinsight"],"tags_count":58,"template":false,"template_full_name":null,"purl":"pkg:github/redis/RedisInsight","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2FRedisInsight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2FRedisInsight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2FRedisInsight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2FRedisInsight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redis","download_url":"https://codeload.github.com/redis/RedisInsight/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2FRedisInsight/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264179373,"owners_count":23569194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database-gui","redis","redis-gui","redis-gui-client"],"created_at":"2025-07-08T02:01:48.163Z","updated_at":"2025-07-08T02:03:39.516Z","avatar_url":"https://github.com/redis.png","language":"TypeScript","readme":"[![Release](https://img.shields.io/github/v/release/RedisInsight/RedisInsight.svg?sort=semver)](https://github.com/RedisInsight/RedisInsight/releases)\n\n# \u003cimg src=\"https://github.com/RedisInsight/RedisInsight/blob/main/resources/icon.png\" alt=\"logo\" width=\"25\"/\u003e Redis Insight - Developer GUI for Redis, by Redis.\n\n[![Forum](https://img.shields.io/badge/Forum-RedisInsight-red)](https://forum.redis.com/c/redisinsight/65)\n[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/QUkjSsk)\n\nRedis Insight is a visual tool that provides capabilities to design, develop, and optimize your Redis application.\nQuery, analyse and interact with your Redis data. [Download it here](https://redis.io/insight/#insight-form)!\n\n![Redis Insight Browser screenshot](/.github/redisinsight_browser.png)\n\nBuilt with love using [Electron](https://www.electronjs.org/), [Monaco Editor](https://microsoft.github.io/monaco-editor/) and NodeJS.\n\n## Overview\n\nRedis 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.\n\n### Redis Insight Highlights:\n\n- Browse, filter, visualise your key-value Redis data structures and see key values in different formats (including JSON, Hex, ASCII, etc.)\n- CRUD support for lists, hashes, strings, sets, sorted sets, and streams\n- CRUD support for [JSON](https://redis.io/json/) data structure\n- 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\n- Contextualised recommendations to optimize performance and memory usage. The list of recommendations gets updated as you interact with your database\n- Profiler - analyze every command sent to Redis in real-time\n- 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\n- Pub/Sub - support for [Redis pub/sub](https://redis.io/docs/latest/develop/interact/pubsub/), enabling subscription to channels and posting messages to channels\n- Bulk actions - Delete the keys in bulk based on the filters set in Browser or Tree view\n- Workbench - advanced command line interface with intelligent command auto-complete, complex data visualizations and support for the raw mode\n- 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\n- Visualizations of your [search and query](https://redis.io/search/) indexes and results.\n- Ability to build [your own data visualization plugins](https://github.com/RedisInsight/Packages)\n- Officially supported for Redis OSS, [Redis Cloud](https://redis.io/cloud/). Works with Microsoft Azure Cache for Redis\n\nCheck out the [release notes](https://github.com/RedisInsight/RedisInsight/releases).\n\n## Get started with Redis Insight\n\nThis repository includes the code for Redis Insight. Check out the [blogpost](https://redis.com/blog/introducing-redisinsight-2/) announcing it.\n\n### Installable\n\nRedis Insight is available as a free download [redis.io](https://redis.io/insight/#insight-form).\nYou can also find it on the Microsoft Store, Apple App Store, Snapcraft, Flathub, and as a [Docker image](https://hub.docker.com/r/redis/redisinsight).\n\nAdditionally, you can use [Redis for VS Code](https://github.com/RedisInsight/Redis-for-VS-Code), our official Visual Studio Code extension.\n\n### Build\n\nAlternatively you can also build from source. See our wiki for instructions.\n\n- [How to build](https://github.com/RedisInsight/RedisInsight/wiki/How-to-build-and-contribute)\n\n## How to debug\n\nIf 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.\n\n- [How to debug](https://github.com/RedisInsight/RedisInsight/wiki/How-to-debug)\n\n## Redis Insight API (only for Docker)\n\nIf 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`.\n\n## Feedback\n\n- Request a new [feature](https://github.com/RedisInsight/RedisInsight/issues/new?assignees=\u0026labels=\u0026template=feature_request.md\u0026title=%5BFeature+Request%5D%3A)\n- Upvote [popular feature requests](https://github.com/RedisInsight/RedisInsight/issues?q=is%3Aopen+is%3Aissue+label%3Afeature+sort%3Areactions-%2B1-desc)\n- File a [bug](https://github.com/RedisInsight/RedisInsight/issues/new?assignees=\u0026labels=\u0026template=bug_report.md\u0026title=%5BBug%5D%3A)\n\n## Redis Insight Plugins\n\nWith Redis Insight you can now also extend the core functionality by building your own data visualizations. See our wiki for more information.\n\n- [Plugin Documentation](https://github.com/RedisInsight/RedisInsight/wiki/Plugin-Documentation)\n\n## Contributing\n\nIf you would like to contribute to the code base or fix and issue, please consult the wiki.\n\n- [How to build and contribute](https://github.com/RedisInsight/RedisInsight/wiki/How-to-build-and-contribute)\n\n## API documentation\n\nIf you're using a Docker image of Redis Insight, open this URL to view the list of APIs:\nhttp://localhost:5530/api/docs\n\n## Telemetry\n\nRedis 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.\n\n## License\n\nRedis Insight is licensed under [SSPL](/LICENSE) license.\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis%2FRedisInsight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredis%2FRedisInsight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis%2FRedisInsight/lists"}