MCPcopy Index your code
hub / github.com/redis/RedisInsight

github.com/redis/RedisInsight @3.6.0

repository ↗ · DeepWiki ↗ · release 3.6.0 ↗ · Ask this repo → · + Follow
11,631 symbols 37,816 edges 5,527 files 1,010 documented · 9% updated 2d ago3.6.0 · 2026-06-15★ 8,58860 open issues
README

Release

logo Redis Insight - Developer GUI for Redis, by Redis.

Forum Discord

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!

Redis Insight Browser screenshot

Workbench Analysis Slow Log CLI
Redis Insight Workbench screenshot Redis Insight Analysis screenshot Redis Insight SlowLog screenshot Redis Insight CLI screenshot

Built with love using Electron, 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 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 command
  • Pub/Sub - support for Redis pub/sub, 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 capability, JSON and time series data structures
  • Visualizations of your search and query indexes and results.
  • Ability to build your own data visualization plugins
  • Officially supported for Redis OSS, Redis Cloud. Works with Microsoft Azure Managed Redis (formerly Azure Cache for Redis)

Check out the release notes.

Get started with Redis Insight

This repository includes the code for Redis Insight. Check out the blogpost announcing it.

Installable

Redis Insight is available as a free download redis.io. You can also find it on the Microsoft Store, Apple App Store, Snapcraft, Flathub, and as a Docker image.

Additionally, you can use Redis for VS Code, our official Visual Studio Code extension.

Build

Alternatively you can also build from source. See our wiki for instructions.

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.

Redis Insight API (only for Docker)

If you are running Redis Insight from Docker, you can access the API from http://localhost:5540/api/docs.

Azure Managed Redis (formerly Azure Cache for Redis)

Redis Insight supports Azure Managed Redis and Azure Cache for Redis with Microsoft Entra ID authentication. If your organization requires admin consent for third-party applications, see our setup guide.

Feedback

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.

Contributing

If you would like to contribute to the code base or fix and issue, please consult the wiki.

API documentation

If you're using a Docker image of Redis Insight, open this URL to view the list of APIs: http://localhost:5530/api/docs

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.

Extension points exported contracts — how you extend this code

ICredentialStrategy (Interface)
(no doc) [6 implementers]
redisinsight/api/src/modules/database/credentials/credential-strategy.provider.ts
QueryLibraryDatabase (Interface)
(no doc) [6 implementers]
redisinsight/ui/src/services/query-library/database/interface.ts
AuthStrategy (Interface)
(no doc) [2 implementers]
redisinsight/desktop/src/lib/auth/auth.interface.ts
CustomTestOptions (Interface)
* Custom test options for our projects
tests/e2e-playwright/playwright.config.ts
TsError (Interface)
(no doc)
scripts/ts-error-check.ts
IOutputFormatterStrategy (Interface)
(no doc) [12 implementers]
redisinsight/api/src/modules/cli/services/cli-business/output-formatter/output-formatter.interface.ts
IFormatter (Interface)
(no doc) [10 implementers]
redisinsight/ui/src/services/formatter/formatter.interfaces.ts
ICreateWindow (Interface)
(no doc)
redisinsight/desktop/src/lib/window/browserWindow.ts

Core symbols most depended-on inside this repo

render
called by 2648
redisinsight/ui/src/utils/test-utils.tsx
dispatch
called by 2042
redisinsight/ui/src/utils/test-store.ts
click
called by 1756
redisinsight/desktop/src/lib/tray/tray.ts
debug
called by 441
redisinsight/api/src/common/logger/app-logger.ts
sendEventTelemetry
called by 401
redisinsight/ui/src/telemetry/telemetryUtils.ts
error
called by 380
redisinsight/api/src/common/logger/app-logger.ts
get
called by 363
redisinsight/api/src/modules/tag/tag.service.ts
requirements
called by 311
redisinsight/api/test/helpers/test/conditionalIgnore.ts

Shape

Function 5,026
Method 2,775
Class 2,194
Interface 1,244
Enum 392

Languages

TypeScript100%

Modules by API surface

tests/e2e-playwright/pages/browser/components/KeyDetails.ts85 symbols
redisinsight/ui/src/packages/redisgraph/src/graphd3.ts81 symbols
redisinsight/ui/src/packages/ri-explain/src/parser.ts64 symbols
redisinsight/api/test/helpers/constants.ts53 symbols
tests/e2e-playwright/pages/databases/components/DatabaseList.ts50 symbols
tests/e2e-playwright/pages/browser/components/KeyList.ts48 symbols
redisinsight/ui/src/slices/interfaces/instances.ts48 symbols
redisinsight/ui/src/slices/interfaces/rdi.ts46 symbols
tests/e2e-playwright/pages/analytics/AnalyticsPage.ts43 symbols
redisinsight/ui/src/slices/browser/keys.ts43 symbols
redisinsight/api/test/helpers/local-db.ts40 symbols
redisinsight/api/test/helpers/data/redis.ts38 symbols

Dependencies from manifests, versioned

@aivenio/tsc-output-parser2.1.1 · 1×
@antv/hierarchy0.6.8 · 1×
@antv/x62.1.3 · 1×
@antv/x6-react-shape2.1.0 · 1×
@azure/msal-node5.0.2 · 1×
@babel/core7.25.8 · 1×
@babel/plugin-proposal-decorators7.29.7 · 1×
@babel/preset-env7.23.2 · 1×
@babel/preset-react7.28.5 · 1×
@babel/preset-typescript7.23.2 · 1×
@elastic/datemath5.0.3 · 1×
@elastic/eui34.6.0 · 1×

For agents

$ claude mcp add RedisInsight \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact