2.2.0 (May 2022)

This is the General Availability (GA) release of RedisInsight 2.2.0

Headlines:

  • SlowLog: New tool based on results of the Slowlog command to analyze slow operations in Redis instances
  • Streams: Added support for Redis Streams
  • Open the list of keys or key details in full screen
  • Automatically refresh the list of keys and key values with a timer

Details

Features and improvements:

  • #621 , #645 , #649 Added SlowLog, a tool that displays the list of logs captured by the Slowlog command to analyze all commands that exceed a specified runtime, which helps in troubleshooting performance issues. Specify both the runtime and the maximum length of SlowLog (which are server configurations) to configure the list of commands logged and set the auto-refresh interval to automatically update the list of commands displayed.
  • #597 , #598, #601 , #603 , #608 , #613 , #614 , #632 Support for Redis Streams, including creation and deletion of Streams, addition and deletion of entries, and filtration of entries per timestamp. Consumer groups will be added in a future release.
  • #643 List of keys or key details are supported in full screen mode. To open the key list in full screen, close the key details. To open key details in full screen, use the new Full Screen control in key details section.
  • #633 Automatically refresh the list of keys and key values with a timer. To do so, enable the Auto Refresh mode by clicking the control next to the Refresh button and set the refresh rate.
  • #634 Removed the max value limitation in the Database Index field of the form for adding a new database.

Bugs Fixed:

  • #656 Binary key names will not trigger errors in databases with enabled OSS Cluster API. Data type, TTL, and size of such keys are displayed in the list of keys in all Redis instances. Key details are currently not available.