Skip to content

Releases: redis/RedisInsight

2.54 (August 2024)

06 Aug 11:51
0c8c4c1
Compare
Choose a tag to compare

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

2.52 (June 2024)

28 Jun 14:20
7b1f57d
Compare
Choose a tag to compare

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.

2.50 (May 2024)

30 May 14:47
0870f8d
Compare
Choose a tag to compare

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.

2.48 (April 2024)

11 Apr 10:52
0d332ed
Compare
Choose a tag to compare

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.

2.46 (March 2024)

28 Mar 16:38
c92526d
Compare
Choose a tag to compare

2.46 (March 2024)

This is the General Availability (GA) release of RedisInsight 2.46.

Highlights

  • New formatters for 32-bit and 64-bit vector embeddings for a more human-readable representation in the Browser
  • Cleaner layout on the main page with quick access to JSON and search & query tutorials and Redis Cloud in-app sign-up

Details

Features and improvements

  • #2843, #3185 Adding new formatters for 32-bit and 64-bit vector embeddings to visualize them as arrays in Browser for a simpler and more intuitive representation.
  • #3069 UX enhancements in the database list page for an improved user experience, leading to a cleaner layout and easier navigation.
  • #3151 Launch RedisInsight with the previously used window size.

Bugs

2.44 (February 2024)

29 Feb 13:19
1963447
Compare
Choose a tag to compare

2.44 (February 2024)

This is the General Availability (GA) release of RedisInsight 2.44.

Highlights

  • Added support for SSH tunneling for clustered databases, unblocking some users who want to migrate from RESP.app to RedisInsight.
  • UX optimizations in the Browser layout to make it easier to leverage search and query indexes.

Details

Features and improvements

  • #2711, #3040 Connect to your clustered Redis database via SSH tunnel using a password or private key in PEM format.
  • #3030, #3070 UX optimizations in the Browser layout to enlarge the "Filter by Key" input field in the Browser and optimize the display of long search and query indexes.
  • #3033, #3036 Various improvements for custom tutorials, including visual highlighting of Redis code blocks and strengthening security measures for bulk data uploads by providing an option to download and preview the list of commands for upload.
  • #3010 Enhancements to prevent authentication errors caused by certain special characters in database passwords.

Bugs

  • #3029 A fix for cases when autofill prevents the form to auto-discover Redis Enterprise Cluster database from being submitted.

2.42 (January 2024)

31 Jan 16:31
c9e0372
Compare
Choose a tag to compare

2.42 (January 2024)

This is the General Availability (GA) release of RedisInsight 2.42.

Highlights

  • Introducing a new dedicated developer enablement area! Explore Redis capabilities and learn how to use the native JSON data structure for structured querying and full-text search, including vector similarity search for AI use cases, and more. Browse the tutorials offline or use the in-app provisioning of a free Redis Cloud database to try them interactively.
  • RedisInsight is now available on Docker. Check out our Docker repository if that’s your preferred platform.

Details

Features and improvements

  • #2724, #2752, #2965 Introducing a dedicated developer enablement area. Dive into interactive tutorials and level up your Redis game even without a database connected. Start exploring tutorials by clicking on the "Insights" button located in the top-right corner. Because interactive tutorials can alter data in your database, avoid running them in a production environment. For an optimal tutorial experience, create a free Redis Cloud database.
  • #2972, #2811 The long-awaited Docker build is now available. Check out our Docker repository if that’s your preferred platform.
  • #2857 Empty Browser and Workbench pages are aligned with the new interactive tutorials.
  • #2940 Recommendations have been renamed to Tips.
  • #2970 A critical vulnerability has been fixed.

2.40 (December 2023)

27 Dec 14:46
863100f
Compare
Choose a tag to compare

2.40 (December 2023)

This is the General Availability (GA) release of RedisInsight 2.40.

Highlights

  • To simplify in-app provisioning of a free Redis Cloud database to use with RedisInsight interactive tutorials, the recommended cloud vendor and region are now preselected
  • Optimizations when uploading large text files with the list of Redis commands, available under bulk actions in Browser

Details

Features and improvements

  • #2879 UX improvements to simplify in-app provisioning of a free Redis Cloud database. Create a new database with a preselected cloud vendor and region by using the recommended sign-up settings. You can manage your database by signing in to the Redis Cloud console
  • #2851 See plan, cloud vendor, and region details after successfully provisioning your free Redis Cloud database
  • #2882 Optimizations when uploading large text files with the list of Redis commands, available under bulk actions in Browser
  • #2808 Enhanced security measurement to no longer display existing passwords for Redis Sentinel in plain text
  • #2875 Increased performance when resizing the key list and key details in the Tree view, ensuring a smoother user experience
  • #2866 Support for hyphens in node host names

Bugs

2.38 (November 2023)

30 Nov 17:17
215fa83
Compare
Choose a tag to compare

2.38 (November 2023)

This is the General Availability (GA) release of RedisInsight 2.38.

Highlights

  • Major UX improvements and space optimization for a cleaner and more organized Tree view, ensuring easier namespace navigation and faster key browsing. Additionally, in Tree view, you can now sort your Redis key names alphabetically.
  • Renamed the application from RedisInsight v2 to simply RedisInsight

Details

Features and improvements

  • #2706, #2783 Major UX improvements and space optimization for a cleaner and more organized Tree view. This includes consolidating the display of namespaces and keys in a dedicated section and omitting namespace information from key names in the list of keys. In addition, the Tree view introduces a new option to alphabetically sort Redis key names.
  • #2751 Renamed the application from RedisInsight v2 to simply RedisInsight
  • #2799 Automatically make three retries to establish or re-establish a database connection if an error occurs

Bugs

  • #2793 Do not require an SSH password or passphrase
  • #2794 Prevent potential crashes caused by using parentheses in usernames on the Windows operating system
  • #2797 Avoid initiating a bulk deletion or Profiler after the operating system resumes from sleep mode

2.36 (October 2023)

27 Oct 09:41
55ee4b7
Compare
Choose a tag to compare

2.36 (October 2023)

This is the General Availability (GA) release of RedisInsight 2.36.

Highlights

  • Optimizations for efficient handling of big Redis strings: choose to either view the string value for up to a maximum of 5,000 characters or download the data fully as a file if it exceeds the limit
  • Improved security measurement to no longer display in plain text existing database passwords, SSH passwords, passphrases, and private keys

Details

Features and improvements

  • #2685, #2686 Added optimizations for working with big Redis strings. Users can now choose to either view the data up to a maximum of 5,000 characters or download it in a file fully if it exceeds the limit.
  • #2647 Improved security measurement to no longer expose the existing database passwords, SSH passwords, passphrases, and private keys in plain text
  • #2631 Added proactive notification to restart the application when a new version becomes available
  • #2705 Basic support in the search index creation form (in Browser) to enable geo polygon search
  • #2681 Updated the Pickle formatter to support Pickle protocol 5

Bugs

  • #2675 Show the "Scan more" control until the cursor returned by the server is 0 to fix cases when not all keys are displayed.