Skip to content

2.x Changelog

v2.9.0 (2026-04-19)

✨ New Features

  • Key Display: Configurable to show full name or short name, key height customizable #73
  • Key Display: Unified folder and key type icon size (14×14), optimized alignment #75
  • Value Display: View key hash slot and node location in cluster mode
  • Config Dialog: Commands support click-to-copy, color matches connection color
  • Cluster Nodes: Display master-slave relationship (M1/M2/M3, S1/S2/S3), show master node slots
  • Other Optimizations: Improved cluster scanning speed and field scanning speed

🐞 Bug Fixes

  • Cluster Mode: Flush DB only executes on a single node
  • Cluster Mode: Duplicate fields caused by HSCAN/SSCAN/ZSCAN scanning multiple nodes
  • Hash field-level TTL display issues under multiple scans

v2.8.0 (2026-04-16)

✨ New Features

  • New Key: Automatically expand parent node, scroll to current node position and select it
  • Value Display: Hash field-level TTL support
    • Supported from Redis 7.4, automatically detects whether the server supports it
  • Value Display: Style refactoring for easier future feature additions
    • Moved Size/Copy/Format buttons from top-right corner to bottom icons, preventing obstruction of values or scrollbars
    • Added byte length display for strings and entry display for other types
  • Terminal: Command prompt optimization, supports commands with spaces in the middle like Config GET
  • Links: Added official documentation jump links for Slow Log, Command Monitor, and Pub/Sub

🐞 Bug Fixes

  • After switching DB multiple times, the displayed DB in the connection dropdown does not match the actual DB being queried #72

v2.7.1 (2026-04-11)

  • Bug Fixes
    • Handle special characters in user passwords #68
    • Support for databases with more than 255 DB indexes #69
  • Packaging Optimization
    • Moved Redis default configuration files to frontend resources for easier portable packaging
    • Changed the packaged exe name from redis-me to RedisME
    • Added support for Windows Portable packaging (for company computers without admin rights to install exe) #66

v2.7.0 (2026-04-11)

  • Connection
    • New SSH tunnel feature, supports password and private key authentication
    • Added usage scenario descriptions for connection option checkboxes
    • Different icons for standalone and cluster connections
  • I18N: Error prompts from the Rust backend also support i18n
  • Details
    • Set type abbreviated as E, Stream type abbreviated as X
    • Stream consumer group dialog enhanced with icons and fixed height
    • Style optimization for refresh button on info page and delete/save buttons on key-value page

v2.6.0 (2026-04-04)

  • Key Show: Real-time retrieval and icon display for key types
  • Key Show: Support import command file
  • Value Show: Stream ID shows time on mouse hover, supports setting max/min ID, supports querying consumer groups
  • Slow Log: Cluster mode supports specifying nodes, default sorting changed to reverse chronological order, optimized table order and width
  • Settings: New "Restore Defaults" feature, some settings added with tips
  • Connection: Tips added for read-only, cluster, and sentinel checkboxes

v2.5.0 (2026-03-30)

  • Key Show: Support custom database names
  • Key Show: Add functions for batch deleting keys and clearing the database
  • Detail optimization
    • Optimize error prompts: When the Rust error is the same as the source string, only a single one is displayed.
    • Add service version information to the default file name when exporting data: The serialized value of the DUMP command includes the RDB version, and incompatible versions cannot be imported using RESTORE.
    • Automatically switch to 0 when the connected DB index does not exist: In special scenarios where the number of single - machine databases decreases, the connection can be established normally.
    • Update the color of the log link to avoid being too dark in the dark theme of the Mac system.
    • Support i18n when deleting connections

v2.4.0 (2026-03-28)

  • Key display: Overall design optimization
    • New checkboxes are added. After multiple selection, keys can be exported in batches/deleted/updated with expiration time.
    • The implementation of tiled display is optimized. Tree display supports sorting by the number of keys and letters, and the performance is optimized.
    • Export data, import data, and simulate data are moved from the main menu to the key display extension menu.
  • Settings: New configuration for the default number of scanned keys, default key display mode, and default tree sorting mode.
  • Terminal: New shortcut key pop-up prompt is added, and the pop-up speed of the command table is optimized.
  • JSON formatting and parsing optimization
    • Value display: Formatting supports non-standard JSON (same as VSCode).
    • New editing: Supports input in JSON5 format (keys can be without quotes, etc.).
  • Docs: Icons are added to the home page, the default font is optimized, and Apple troubleshooting is optimized.
  • Docs: New Redis client comparison, chart explanations, and other user manuals are added.

v2.3.0 (2026-03-15)

  • Key type support: Added support for json and stream types.
  • The right-click menu of keys also includes the action of Add new key, and the default key name is set to current key name-copy.
  • The drop-down box for the key type of newly added keys is kept consistent with the key type filtering and key type display.
  • Check connection timeout: Changed from 1s to 2s to adapt to weak network environments.
  • Upgraded to viteplus and upgraded the js and rust dependency code.

v2.2.1 (2026-03-08)

  • Multi Window: A new "New Window" function is added to view multiple Redis connections simultaneously. Meanwhile, RedisME is changed to a single - instance application.
  • Social QR code: A new "Social" function is added, which displays the pictures of the WeChat official account ( Xiaohebao) and Bilibili (He Yileng). You can follow them to view the text and picture update logs and video tutorials.
  • Valkey compatibility: A judgment identifier. The info contains the valkey_version key.
    • Info: Compatibility of server version and modes.
    • Config: Support for default configuration files and default table values (Valkey 7.2/8.0/8.1/9.0).
    • Prefix of the connection dropdown box: Icon display.
  • Official Website: The redirection to the official Redis website for info/config/client/commands fully supports four URLs, including the Chinese and English versions of Redis and Valkey.

v2.1.0 (2026-02-28)

  • Terminal: Added command help table dialog, optimized the table style of the help command
  • Config: Add the default configuration files and configuration values for the latest 8.6 and main versions
  • Config: Added a jump link, the default version of the selection box is determined based on the current actual version
  • Value: Optimized color display of JSON booleans and numbers in CodeMirror under dark theme
  • Info: Added monotonic_clock tip
  • Client: Added a jump link, Address/Name sortable
  • Mock Data: submit in batches, and display progress

v2.0.0 (2026-02-13)

  • New Feature: Support exporting data and importing data
  • Fix: Display of Chinese numbers in batch deletion keys