releases.shpreview
Redis/RedisInsight

RedisInsight

$npx @buildinternet/releases show redisinsight
Mon
Wed
Fri
MayJunJulAugSepOctNovDecJanFebMarApr
Less
More
Releases4Avg1/moVersionsv3.0.3 → v3.4.2
Apr 22, 2026
3.4.2 (April 2026)

This is a maintenance release of Redis Insight.

Bug fixes

  • Fixed issues with the Windows auto-update, so the new version is delivered automatically the next time the app is started.

SHA-512 Checksums

https://redis.io/docs/latest/develop/tools/insight/release-notes/v.3.4.2/

Full Changelog: https://github.com/redis/RedisInsight/compare/3.4.1...3.4.2

Apr 20, 2026
3.4.1 (April 2026)

This is the General Availability (GA) release of Redis Insight 3.4.1, which includes new features, enhancements and bug fixes.

Headlines

  • New dedicated Search workspace with full index lifecycle support: create indexes from sample data or existing user data, query indexed data with an assisted editor, and save queries to a Query Library for reuse.
  • Enhancements for Azure integration, including Entra ID Docker support, Access Key authentication, and a manual connection form.

Details

  • New dedicated Search page with index listing, index creation, a query editor with Profile and Explain actions, and a Query Library for saving and reusing queries.
  • Create indexes from sample data to explore how Redis Search works, or from existing user data with automatic field detection and index type configuration.
  • Navigate between Browser and Search workspaces: review the indexed data in the Browser, view indexed keys and their associated indexes, and create indexes directly from the Browser key list.
  • Azure Entra ID authentication support for Docker deployments. To get started, follow the Azure Docker setup guide.
  • Added a manual connection form for Azure Redis databases, allowing users to configure or override autodiscovery connection details.
  • Added Access Key authentication support for Azure Redis databases as an alternative to Entra ID.
  • Added client-side column sorting for the Browser key list, allowing users to sort by Key, TTL, or Size directly from the Columns popover.
  • #5637 Added Linux ARM64 release support with AppImage, deb, and rpm packages.

Bugs

  • #5394 Fixed startup error on first install caused by missing .redis-insight/logs directory when the parent directory does not exist yet.
  • #5515 Added Redis Insight version display in the Web UI Settings, making it easier to verify deployments when running via Docker.
  • #5540 Fixed incorrect deserialization of DateTimeOffset values in MessagePack objects.
  • #5412 Fixed JSON error when viewing keys containing 'constructor' in the key name.
  • #5608 Fixed Workbench view-type dropdown crash when external plugins are loaded.
  • #5587 Workbench output settings now persist between commands, so users no longer need to reconfigure their preferred view each time.

SHA-512 Checksums

https://redis.io/docs/latest/develop/tools/insight/release-notes/v.3.4.1/

Full Changelog: https://github.com/redis/RedisInsight/compare/3.2.0...3.4.1

Feb 26, 2026
3.2.0 (February 2026)

This is the General Availability (GA) release of Redis Insight 3.2.0, which includes new features, build updates, and bug fixes.

Headlines

Connect to Azure Managed Redis with ease. Auto-discover databases across subscriptions with one-click import and connect using Entra ID and Azure passwordless (OAuth) authentication. To get started, follow the Azure setup guide to configure the required permissions.

Details

  • Added support for Azure Managed Redis and Azure Cache for Redis tiers. This support includes auto-discovery of databases across subscriptions with one-click import, Microsoft Entra ID (OAuth) authentication with automatic background token refresh, and multi-account support to switch easily between different Azure accounts.
  • Simplified the build process by removing the Webpack dependency. Vite is used now for both development and production builds.

Bugs

SHA-512 Checksums

Full Changelog: https://github.com/redis/RedisInsight/compare/3.0.3...3.2.0

Feb 16, 2026
3.0.3 (February 2026)

This release includes new features, improvements, and bug fixes for Redis Insight.

Details

  • Redis Data Integration (RDI) now uses API v2 when available, showing detailed pipeline status, component statuses, and richer metrics on the Statistics page.
  • RDI pipeline "Start" / "Stop" button now correctly reflects component status for newer RDI versions (e.g. flink-collector-source).
  • LZ4 decompression support for MessagePack-CSharp format, so Redis Insight can correctly display LZ4-compressed MessagePack values.
  • API now returns 4xx (e.g. 400) for client-side FT.CREATE errors instead of 5xx, improving error handling and monitoring.
  • Bulk delete from Tree View: you can delete all keys under a folder/namespace via a delete action on the folder, which opens the Bulk Actions panel with the pattern pre-filled.
  • Tutorials: the open tutorial now shows an open-folder icon instead of the book icon.
  • String key editor: the edit area uses the full available space for easier editing.
  • Copilot: links in responses no longer overflow the message and insights containers.
  • Docker and store releases are enabled again for this version.

Bugs

  • #4658 Implemented fallback to DEL when UNLINK is unavailable, restoring compatibility with Redis 3.2.12 and similar versions.
  • #5383 Fixed default database sorting order so the most recently used databases appear at the top of the list.
  • #5381 Restored missing Pub/Sub functionality: message clear option, full message display with line wrapping, and descending chronological order (most recent messages first).
  • #5382 Implemented bulk delete for folders in Tree View; delete action on a folder opens Bulk Actions with the folder pattern pre-filled.

SHA-512 Checksums

Full Changelog: https://github.com/redis/RedisInsight/compare/3.0.2...3.0.3

Jan 8, 2026
3.0.2 (January 2026)

This maintenance patch release includes critical and non-critical bug fixes for Redis Insight 3.0.0.

Bug fixes

  • #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

SHA-512 Checksums

Full Changelog: https://github.com/redis/RedisInsight/compare/3.0.0...3.0.2

Dec 4, 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

SHA-256 Checksums

Full Changelog: https://github.com/redis/RedisInsight/compare/2.70.1...3.0.0

Jul 10, 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.

SHA-256 Checksums

May 28, 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

  • #4514 Fixed an issue (#4478) where accessing a JSON key could result in a “Cannot read properties of undefined (reading '0')” error.

SHA-256 Checksums

Apr 2, 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.

SHA-256 Checksums

Jan 31, 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 INFO command in Profiler.
  • #4255 Updated Brotli decompression to use brotli-wasm.

Bugs

SHA-256 Checksums

Dec 27, 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.
Dec 19, 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

  • #4194 Resolved an issue where modifying a JSON value inadvertently converted strings into numbers.

SHA-256 Checksums

Nov 28, 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.

SHA-256 Checksums

Oct 31, 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.
Oct 1, 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

Sep 9, 2024
2.56 (September 2024)

This is the General Availability (GA) release of Redis Insight 2.56.

Highlights

  • Seamlessly sign in to your Redis Cloud account using the new SAML single sign-on feature, now available alongside existing social logins via Google and GitHub. This integration lets you connect to all your Redis Cloud databases in several clicks.
  • Start your Redis journey faster with a sample data set automatically loaded for new free Redis Cloud databases created directly within Redis Insight.
  • Focus on what matters most:
    • Hide or show TTL for individual hash fields to create a cleaner, more efficient workspace.
    • Enhanced vector data representation with updated 32-bit and 64-bit vector formatters in the Browser.
    • UX optimizations to make it easier and more intuitive to connect to your Redis Data Integration (RDI) instance within Redis Insight.

Details

Features and improvements

  • #3727 Seamlessly sign in to your Redis Cloud account using the new SAML single sign-on feature, now available alongside existing social logins via Google and GitHub. This integration lets you connect to all your Redis Cloud databases in several clicks. Before setting up SAML in Redis Cloud, you must first verify domain ownership for any domains associated with your SAML setup. Note that integration with Redis Cloud is currently available only in the desktop version of Redis Insight.
  • #3659 Start your Redis journey faster with a sample data set automatically loaded for new free Redis Cloud databases created directly within Redis Insight. This feature ensures a smoother setup process, allowing you to dive into your data immediately.
  • #3624 The ability to hide or show TTL for individual hash fields to create a cleaner, more efficient workspace. This optimization complements the highly requested hash field expiration feature introduced in the first release candidate of Redis 7.4.
  • #3701 Enhanced vector data representation with updated 32-bit and 64-bit vector formatters in the Browser. These changes ensure that vector formatters are applied only to data containing unprintable values when converted to UTF-8, providing a clearer and more accurate view of your data.
  • #3714 UX optimizations to make it easier and more intuitive to connect to your Redis Data Integration (RDI) instance within Redis Insight.
  • #3665 A new timestamp formatter in the Browser to improve data readability. This formatter converts timestamps in hash fields to a human-readable format, making it easier to interpret results, validate and optimize queries, and inspect indexed data when using the search and query capability.
  • #3730 Date and time format customization to make the data more intuitive in Redis Insight. This flexibility helps match your local time zone or standardize it to UTC for better alignment in time-critical operations across global teams.
Aug 6, 2024
2.54 (August 2024)

This is the General Availability (GA) release of Redis Insight 2.54.

Highlights

Support for Redis Data Integration (RDI) - a powerful tool designed to seamlessly synchronize data from your existing database to Redis in near real-time. RDI establishes a data streaming pipeline that mirrors data from your existing database to Redis Software, so if a record is added or updated, those changes automatically flow into Redis. This no-code solution enables seamless data integration and faster data access so you can build real-time apps at any scale. And now you can seamlessly create, validate, deploy, and monitor your data pipelines directly from Redis Insight.

Details

Features and improvements

  • #2839, #2853, #3101 Redis Insight now comes with the support for Redis Data Integration (RDI) - a powerful tool designed to seamlessly synchronize data from your existing database to Redis in near real-time. RDI establishes a data streaming pipeline that mirrors data from your existing database to Redis Software, so if a record is added or updated, those changes automatically flow into Redis. This no-code solution enables seamless data integration and faster data access so you can build real-time apps at any scale. Use RDI version 1.2.7 or later to seamlessly create, validate, deploy, and monitor your data pipelines within Redis Insight. To get started, switch to the "Redis Data Integration" tab on the page with the list of Redis databases and add your RDI endpoint to Redis Insight.

Bugs

Jun 28, 2024
2.52 (June 2024)

This is the General Availability (GA) release of Redis Insight 2.52.

Highlights

Details

Features and improvements

  • #3470 Redis Insight now supports setting expiration for individual hash fields through intuitive Browser controls. The hash field expiration is a highly requested feature available in the first release candidate of Redis 7.4.
  • #60 Redis, with its high performance and versatile data structures, is an excellent choice for implementing Retrieval Augmented Generation (RAG). Our new built-in tutorial provides an overview of how Redis can be leveraged in a RAG use case. To get started, open the "Insights" panel in the top right corner and try the new tutorial.
  • #3447, #3483 UX optimizations for displaying the values of keys in the Browser. The new layout includes controls for editing key values that appear only when you hover over them, optimizing the use of space and providing a cleaner interface.
  • #3231 Support for applying the JSON formatting in Browser for values of keys with float numbers that contain 10 or more decimal places.
  • #3492 Increased the slot refresh timeout to 5000 milliseconds to enhance connection stability for clustered databases. This adjustment helps avoid scenarios where a connection is terminated before the acknowledgment of a successful connection establishment is received.

Bugs

  • #3490 Fix for an issue related to adding a JSON field to a key that already contains many fields.
May 30, 2024
2.50 (May 2024)

This is the General Availability (GA) release of Redis Insight 2.50.

Highlights

  • New tutorial exploring several common Redis use cases with paired-up sample data that will get you started quicker with your empty database.
  • Performance and UX enhancements for the JSON data structure for smoother data rendering and interaction in the Browser.

Details

Features and improvements

  • #3402 New tutorial exploring several common Redis use cases with paired-up sample data that will get you started quicker with your empty database.
  • #3251 UX enhancements for the JSON data structure in the Browser to prevent collapsing the entire structure when updating a JSON value. Includes performance optimizations for loading JSON documents containing numerous objects.
  • #3161, #3171 Added a quick access button to sign in to your Redis Cloud account from anywhere within Redis Insight, to import existing databases or create a new account with a free database. Integration with your Redis Cloud account is currently available only in the desktop Redis Insight version.
  • #3349 Changed the sorting order in the Tree view to lexicographical.
Apr 11, 2024
2.48 (April 2024)

This is the General Availability (GA) release of Redis Insight 2.48.

Highlights

  • New look, equally fast.
  • Learn Redis faster by uploading sample data and a concise tutorial for empty databases.
  • Enhance the security and scalability when running Redis Insight on Docker behind a proxy by adding support for the static proxy subpath.

Details

Features and improvements

  • #3233 New look, equally fast. We've refreshed our Redis Insight app to align with our new brand look.
  • #3224 Jumpstart your Redis journey by uploading sample data with JSON and basic data structures for empty databases. To upload the sample data, navigate to the Browser screen for your empty database and initiate the upload process with just a click.
  • #2711 Enhance the security and scalability by running Redis Insight on Docker behind a proxy using the newly added support for the static proxy subpath. Use the RIPROXYPATH environment variable to configure the subpath proxy path.
Previous123Next
Latest
3.4.2
Tracking Since
Nov 22, 2021
Last checked May 1, 2026