{"id":13523338,"url":"https://github.com/RedisInsight/RedisInsight","last_synced_at":"2025-04-01T00:31:45.611Z","repository":{"id":36951655,"uuid":"391005419","full_name":"RedisInsight/RedisInsight","owner":"RedisInsight","description":"Redis GUI by Redis","archived":false,"fork":false,"pushed_at":"2024-10-29T08:25:39.000Z","size":59306,"stargazers_count":6229,"open_issues_count":130,"forks_count":348,"subscribers_count":32,"default_branch":"main","last_synced_at":"2024-10-29T09:42:19.133Z","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/RedisInsight.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}},"created_at":"2021-07-30T09:20:35.000Z","updated_at":"2024-10-29T08:11:47.000Z","dependencies_parsed_at":"2024-02-18T14:42:22.682Z","dependency_job_id":"1cb888d2-d161-4ed2-b8b1-e1601a96c622","html_url":"https://github.com/RedisInsight/RedisInsight","commit_stats":{"total_commits":5886,"total_committers":46,"mean_commits":"127.95652173913044","dds":0.854230377166157,"last_synced_commit":"c132e29b2ff3332dfe4b1db0b39bb6897352396f"},"previous_names":["redisinsight/redisinsight"],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedisInsight%2FRedisInsight","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedisInsight%2FRedisInsight/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedisInsight%2FRedisInsight/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RedisInsight%2FRedisInsight/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RedisInsight","download_url":"https://codeload.github.com/RedisInsight/RedisInsight/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222688173,"owners_count":17023297,"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":"2024-08-01T06:00:59.051Z","updated_at":"2025-04-01T00:31:45.584Z","avatar_url":"https://github.com/RedisInsight.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[![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\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 \nAvailable to download for free from [here](https://redis.io/insight/#insight-form).\nRedis Insight is also available on Microsoft Store, Apple Store, Snapcraft, Flathub and [Docker](https://hub.docker.com/r/redis/redisinsight).\n\n### Build \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\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)\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\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## 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","GUI-Redis"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRedisInsight%2FRedisInsight","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRedisInsight%2FRedisInsight","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRedisInsight%2FRedisInsight/lists"}