Navigate:
RedisInsight
~$REDIS0.4%

RedisInsight: Visual GUI for Redis database management

Cross-platform desktop client for Redis data management and monitoring.

LIVE RANKINGS • 07:12 AM • STEADY
OVERALL
#179
90
DEVELOPER TOOLS
#30
28
30 DAY RANKING TREND
ovr#179
·Devel#30
STARS
8.1K
FORKS
432
7D STARS
+31
7D FORKS
-1
See Repo:
Share:

Learn more about RedisInsight

RedisInsight is a graphical user interface built with Electron, Monaco Editor, and Node.js that connects to Redis instances for data management and analysis. The application runs as a desktop client available on Windows, macOS, and Linux, as well as a Docker container with an HTTP API. It supports CRUD operations on standard Redis data types (strings, lists, hashes, sets, sorted sets, streams) and specialized modules like JSON, Search, and TimeSeries. Common deployment scenarios include local development environments, cloud-hosted Redis instances, and containerized setups using Docker.

RedisInsight

1

Multi-format data visualization

Displays Redis key-value data in multiple formats including JSON, Hex, and ASCII representations. Includes specialized visualization support for Search indexes and custom data visualization plugins.

2

Real-time command analysis

Provides a Profiler tool for analyzing individual commands sent to Redis and a SlowLog viewer for identifying performance bottlenecks. The Workbench offers an advanced command-line interface with intelligent auto-complete for Redis commands and modules.

3

Module-aware tooling

Includes built-in support for Redis modules such as JSON, Search and Query, and TimeSeries with context-aware command completion and specialized CRUD operations for each data structure type.


const redis = require('redis');
const client = redis.createClient({
  host: 'localhost',
  port: 6379
});

v3.0.2

3.0.2 (January 2026)

  • #5317 SQLite package ‘not found’ error on macOS x64 builds.
  • #5310 Inaccurately reported CPU metrics when Redis I/O threads or cluster shards push CPU usage above 100%.
  • #5190 Delimiter options not persisted on database switch.
  • #5359 Enable dual-stack IPv4/IPv6 support in ioredis connections
v3.0.0

3.0.0 (November 2025)

  • Refreshed UI with modernized visuals and a more intuitive workflow, making it easier for developers to inspect keys, debug data issues, and move quickly between tasks.
  • #5190 Introduced a new navigation menu that improves discoverability and reduces clicks for common developer workflows.
  • #5218 RDI job name field not loading when reopening a job (Redis Data Integration 1.14+).
  • #4927 Database list search now properly filters not-connected databases.
  • #5190 Electron version bump resolves a MacOS 26 compatibility issue.
v2.70.1

2.70.1 (July 2025)

  • #4635 Redis Data Integration metrics are now shown even when the pipeline status is not running.
  • #4644 Resolved layout issues in the bulk import summary view.
  • #4569 Fixed an issue with a setting to manually enforce standalone mode for clustered database connections instead of automatic clustered mode.
  • Various security enhancements, including vulnerability fixes and dependency updates.


[ EXPLORE MORE ]

Related Repositories

Discover similar tools and frameworks used by developers