Releases: redis/RedisInsight
3.0.0 (November 2025)
3.0.0 (November 2025)
This is the General Availability (GA) release of Redis Insight 3.0.0, a major version upgrade that introduces a new UI experience, a new navigation architecture, and foundational improvements that set the stage for faster, more powerful developer workflows from now on.
Note: We are gradually rolling out the new version of the app to new users.
Existing users will receive it over time as we continue to monitor stability and performance.
Headlines
- 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. The updated design also aligns Redis Insight with the Redis Cloud experience for a unified visual model.
- New top-level navigation that replaces the left sidebar, making high-usage tools like Browser and Workbench easier to find and access. This layout sets the foundation for improved workflow-driven enhancements.
Details
- 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.
Bugs
- #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.
New Contributors
- @valkirilov made their first contribution in #4661
- @Matiszak made their first contribution in #4928
- @oriondesign2015 made their first contribution in #5085
- @DimoHG made their first contribution in #5143
- @nicoweidner made their first contribution in #5159
- @tptodorov made their first contribution in #5258
Full Changelog: 2.70.1...3.0.0
2.70.1 (July 2025)
2.70.1 (July 2025)
This is a maintenance release for Redis Insight 2.70.
Update urgency: LOW No need to upgrade unless there are new features you want to use.
Bug fixes
- #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.
2.70 (May 2025)
2.70 (May 2025)
This is the General Availability (GA) release of Redis Insight 2.70.
Highlights
- Added support for tagging database connections, making it easier to organize and quickly find what you need. Tags can be created locally in Redis Insight or imported from Redis Cloud or Redis Software.
- Introduced highly requested improvements for working with JSON, including full-value editing and the ability to search within a JSON key.
Details
Features and improvements
- #4476, #4457 Added support for database tags using key-value pairs to help categorize and filter database connections. Tags can be created locally in Redis Insight or imported from Redis Cloud or Redis Software.
- #4457 Added the ability to hide columns in the database list to optimize screen space.
- #4522, #4527, #4483 Introduced highly requested improvements (#2128, #1686, #4424) for working with the JSON data type, including the ability to edit the entire JSON value and search within a JSON using native Ctrl+F/Cmd+F, powered by Monaco Editor.
- #4483 Added a confirmation prompt when attempting to create a duplicate key in a JSON object, preventing silent overwrites.
Bugs
2.68 (April 2025)
2.68 (April 2025)
This is the General Availability (GA) release of Redis Insight 2.68.
Highlights
- You can now test the connectivity to your source database when setting up a Redis Data Integration (RDI) data pipeline in Redis Insight. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database.
- Configure database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments.
Details
Features and improvements
- #4368, #4389 You can now test the connectivity to your source database when setting up a Redis Data Integration (RDI) data pipeline in Redis Insight. This will help ensure that RDI can connect to the source database and keep your Redis cache updated with changes from the source database.
- #308 Configure database connections via environment variables or a JSON file, allowing for centralized and efficient configuration management. This is specifically useful for automated deployments. See here for more details.
- #4428 Added an environment variable to disable the ability to manage database connections (adding, editing, or deleting) in Redis Insight. This provides enhanced security and configuration control in scenarios where preventing changes to database connections is necessary. See here for more details.
- #4377, #4383 Allows connecting to databases without requiring credentials for dangerous commands. In this mode, certain features, such as database statistics, are hidden.
- #4427 Added the ability to download a file containing all keys deleted through bulk actions, which helps in tracking changes.
- #4335 Redis Data Integration deployment errors are now stored in a file instead of being displayed in error messages, improving space efficiency.
- #4374 Improved connection errors for clustered databases by adding detailed information to help with troubleshooting.
- #4358 Added a setting to manually enforce standalone mode for clustered database connections instead of automatic clustered mode.
- #4418 An ability to see key names in HEX format, useful for non-ASCII characters or debugging. To switch from Unicode to HEX, open the "Decompression & Formatters" tab while adding or editing a database connection.
- #4401 Added an option to close key details for unsupported data types in the Browser to free up space.
- #4296 When working with JSON data types, Redis Insight now uses JSONPath ($) syntax.
2.66 (January 2025)
2.66 (January 2025)
This is the General Availability (GA) release of Redis Insight 2.66.
Highlights
- Switch between Redis databases and Redis Data Integration (RDI) instances without returning to the database or RDI endpoint list.
- Improved performance in Browser when handling nested JSON data, along with the option to hide key size and TTL for a more efficient navigation.
Details
Features and improvements
- #4258 Improved navigation allows seamless switching between Redis databases and Redis Data Integration (RDI) instances without returning to the database or endpoint list.
- #4315 Improved performance when working with nested JSON data types in Browser.
- #4290 Added an option to hide key size and TTL in Browser to optimize space. Hiding key size can also help avoid performance issues when working with large keys.
- #4268 Enhanced UX for adding Redis databases, now displaying information in multiple tabs.
- #4228 Added the ability to customize the refresh interval or stop refreshing database overview metrics, allowing to change the frequency or avoid seeing the
INFOcommand in Profiler. - #4255 Updated Brotli decompression to use brotli-wasm.
Bugs
- #4304 Resolved the application startup error on Ubuntu 24.04 caused by a space in the application name.
2.64.1 (December 2024)
2.64.1 (December 2024)
This is a maintenance release for Redis Insight 2.64.
Update urgency: HIGH: There is a critical bug that may affect a subset of users. Upgrade!
Details
- #4236 Reverts the change to use JSONPath ($) by default rather than (.). These changes could cause issues with shards in Redis Enterprise Active-Active databases.
2.64 (December 2024)
2.64 (December 2024)
This is the General Availability (GA) release of Redis Insight 2.64.
Highlights
- Improved the database connections list and simplified the connection form, delivering a cleaner, more intuitive UI for improved focus.
- New in-app reminders to prevent your free Redis Cloud database from being deleted due to inactivity, ensuring you can make the most of it to test your ideas.
Details
Features and improvements
- #4088, #4078, #4094 Improved the database connections list and simplified the connection form, delivering a cleaner, more intuitive UI for improved focus.
- #4189, #4191 New in-app reminders notify you before your free Redis Cloud database is deleted due to inactivity, ensuring you can make the most of it to test your ideas.
- #4204, #4196, #4202 Various vulnerabilities have been fixed.
Bugs
2.62 (November 2024)
2.62 (November 2024)
This is the General Availability (GA) release of Redis Insight 2.62.
Highlights
- Support for multiple key name delimiters in Tree View, allowing more flexible browsing for databases with diverse key structures.
- Remain authenticated to Redis Copilot, even after reopening Redis Insight, for seamless and uninterrupted access with daily use.
Details
Features and improvements
- #4090 Added support for multiple key name delimiters in Tree View, enabling more flexible browsing of databases with varied key name patterns.
- #3957 Remain authenticated to Redis Copilot, even after reopening Redis Insight, for seamless and uninterrupted access with daily use.
- #3988, #4059 Enhanced both the Java and PHP serialized formatters: the Java formatter now supports date and time data, while the PHP formatter includes UTF-8 encoding for better handling of special characters and multi-language data.
- #4081 Introduced a unique theme key name with a proxy path prefix to prevent conflicts when multiple instances run on the same origin.
- #2970 Upgraded to Electron 33.2.0 for enhanced security and compatibility with modern web standards.
Bugs
- #4089 Resolved an issue where large integers in JSON keys were being rounded, ensuring data integrity.
2.60 (October 2024)
2.60 (October 2024)
This is the General Availability (GA) release of Redis Insight 2.60.
Highlights
- Advanced and schema-aware command auto-complete for Redis Query Engine is now available in Workbench, enabling faster and more accurate query building with smart suggestions for indexes, schemas, and expressions.
- Support for adding multiple elements to the head or tail of lists, for both new or existing keys.
- Multiple UI enhancements for clarity and ease of use when editing Redis Data Integration (RDI) jobs.
Details
Features and improvements
- #3553, #3647, #3669 Advanced, schema-aware auto-complete for Redis Query Engine in Workbench. Enjoy faster query building with context-sensitive suggestions that recognize indexes, schemas, and fields based on your current query. Start typing any Redis Query Engine command in Workbench to try this feature.
- #3891 Allows to easily push multiple elements to the head or tail of list data types, whether creating new or updating existing lists.
- #3891 UX/UI enhancements to provide more details about Redis Data Integration (RDI) job transformation and output results in the dry-run section.
- #3981 Removes confirmation prompts for template insertions in Redis Data Integration jobs, simplifying a workflow.
- #3827 Provides easy-to-understand metrics of network input/output by automatically converting units in Browser Overview.
- #3982, #3975, #3941 Various vulnerabilities have been fixed.
2.58 (October 2024)
2.58 (October 2024)
This is the General Availability (GA) release of Redis Insight 2.58.
Highlights
- Added functionality to start, stop, and reset Redis Data Integration pipelines directly in the app, simplifying management and enhancing control
- Introduced support for subscribing to specific Pub/Sub channel - a highly requested feature
- Ability to delete previously added CA and Client certificates to keep them updated
Details
Features and improvements
- #3843 Redis Insight now supports starting, stopping, and resetting Redis Data Integration (RDI) pipelines. Use RDI version 1.2.9 or later to seamlessly stop or resume processing new data. You can also reset an RDI pipeline to take a new snapshot of the data, process it, and continue tracking changes. To get started, navigate to the "Redis Data Integration" tab on the database list page and add or connect to your RDI endpoint.
- #3832 Added support for a highly requested feature to subscribe to specific Pub/Sub channels. On the Pub/Sub page, you can now subscribe to multiple channels or patterns by entering them as a space delimited list.
- #3796 Ability to delete previously added CA and Client certificates to keep them up-to-date.
Bugs
- #3840 Saved SNI and SSH connection information for newly added database connections.
- #3828 Fixed an issue to display multiple hash fields when expanding a hash value.