Skip to content

4.x Changelog

v4.8.0 (2026-08-15)

✨ New Features

  • Support Redis 8.x Vector Set type
    • Basic browsing: element / attributes / vector three-column display, with VCARD count / VDIM dimension
    • Dual browse modes: Random Sampling (VRANDMEMBER, default) / Range Query (VRANGE, cursor-based paged scan)
    • CRUD: VADD to add / VREM to delete / vector & attributes editing, exact element-name lookup
    • Extras: new VINFO metadata dialog; copy whole key (VRANGE batch) / single row (VADD) as command
    • VSIM similarity query: query conditions, highlight results with similarity >= 0.85, use a result as query seed, and more
  • Command Log: PIPELINE aggregate logs now show the first command; binary arguments displayed with redis-cli style escaping
  • Other details
    • Default field scan count lowered to 20 to reduce the wait when first opening large keys
    • Unified field table column names; Stream field viewer now shows the ID
    • MeDialog: unified maximize/close icons; aligned fullscreen layout
    • Error messages drop redundant prefixes and show raw server info
    • Vue component comment regions, dead code cleanup and component naming unification

🐞 Bug Fixes

  • Fixed Stream field viewer misjudging JSON as Hex; now displayed as UTF-8

v4.7.0 (2026-08-08)

✨ New Features

  • Support Redis 8.8 Array type
    • Basic CRUD: browse / insert / edit / delete rows / copy as commands
    • Browse extras: index-range scan, LastN, cursor insert, Array info
  • Key area: new Load All in Folder shortcut
  • Connection: dialog layout polish; advanced option for custom tree key separator
  • Config: Redis 8.8 / 8.10 default-value references and notes
  • Commands: Redis 8.8 / 8.10 new commands and help text
  • Other details
    • CodeMirror / terminal toggle-wrap shortcut unified to Ctrl+B
    • Connection empty state also shows top-bar Add Conn
    • Command Help: drop redundant tooltip on the command column; no wrap
    • Upgraded frontend/backend dependencies and refactor polish

v4.6.1 (2026-08-02)

✨ New Features

  • Favorite folders
    • Show a spinner during SCAN, and paint results as keys arrive
    • Right-click load menu adjusted; added Reload all
  • Linux style: WebKitGTK font antialiasing
  • Other details
    • Release notes download table split by x64 / arm64 columns
    • Style polish for DB / codec / terminal output-format selectors
    • CodeMirror wraps by default; terminal forces wrap on long lines

🐞 Bug Fixes

  • Linux: edge resize for borderless windows

v4.6.0 (2026-08-02)

✨ New Features

  • Favorites: favorite folders — expand to SCAN keys under the folder
  • Field codecs: Hash and other types also support Auto detection #144
  • SCAN improvements:
    • Omit bytes for valid UTF-8 keys to cut full-scan memory #141
    • Sort and paint after each SCAN round for an ordered live list
  • Other details:
    • DB selector width follows the current label #145
    • Field table: no hover tooltip; single-line ellipsis kept
    • Unified decode-error copy; editor shows error state
    • Field codec dropdown unified to Auto; style aligned with DB select

🐞 Bug Fixes

  • Renaming a key now updates the left key-tree label promptly

v4.5.0 (2026-07-25)

✨ New Features

  • Value Tab codecs
    • Added JavaSerial viewer
    • Added Pickle viewer (Python)
    • STRING type defaults to Auto magic-byte detection
    • Built-in custom codec templates as reference implementations
  • Batch delete/export: key preview supports pause/cancel and continued SCAN to completion
  • Million-key full SCAN performance: COUNT / append / throttled tree build #141
  • Other details
    • Spinning loading icon while refreshing a key
    • CodeMirror shortcuts moved into the extended menu; shortcut dialog title added
    • Brighter JSON null in dark mode
    • Upgraded frontend/backend dependencies to latest

🐞 Bug Fixes

  • Batch delete/export by pattern preview or direct match only scanned one round and could miss keys on large DBs
  • Refreshing after a key expired/was deleted no longer kept the stale value; clearer related copy
  • Mac editor/terminal shortcuts now align with Cmd (use Mod)
  • Correct view mode earlier when switching keys to avoid a brief JSON flash

v4.4.0 (2026-07-18)

✨ New Features

  • Value Tab: scan improvements and per-type feature expansions
    • Field scan: Hash/Set/ZSet support MATCH, scan progress, and exact match
    • Field table default sort by key type
    • Extended menu: Command Help with default group filter by key type
    • Extended menu: Object Introspection (OBJECT ENCODING / IDLETIME / REFCOUNT / FREQ)
    • Hash: optional HTTL, All Keys, All Values, Copy Key
    • List: index range query, asc/desc order, LPOP/RPOP; dedicated index column and Copy Index
    • Set: SPOP support
    • ZSet: TopN rank query; row menu view rank (ZRANK/ZREVRANK), ZPOPMIN / ZPOPMAX, Copy Score
    • Stream: range input style polish, asc/desc scan, Copy ID
  • Key Area
    • Better layout for long key names
    • DB selector width and related style tweaks
  • Settings
    • Added Safe Limit and Preview Bytes; layout polish
    • Default field scan count changed to 100
  • Commands: one-click jump from Command Help command column to official docs
  • Other details
    • Separator before the key TTL icon
    • Clearer tips for refresh key and reset window
    • Hide social menu to reduce package size

🐞 Bug Fixes

  • Fixed website dropdown menu being obscured in Safari
  • Fixed meCommands error dialog showing more than once in some cases

v4.3.0 (2026-07-11)

✨ New Features

  • Terminal: Output aligned with redis-cli TTY/Raw/JSON/CSV formats #134
  • Empty values: Key creation, value editing, and field editing all support saving empty strings
  • Value Tab
    • Table supports per-row refresh and per-row "Copy as Command"
    • Restored Binary encoding format (required for setbit and similar scenarios)
    • Large STRING values load on preview when over threshold #136
    • Improved Stream value table ID display
    • String keys show estimated memory when MEMORY USAGE is unavailable
    • Cluster slot and node entries moved to the extended menu
    • Shortcuts visible only in the editor
  • Website
    • Windows download: added Microsoft Store entry
    • Warm and dark theme visual improvements; unified ambient light and grid background
    • Auto-redirect to Chinese homepage when browser language is Chinese
  • Details
    • Read-only mode hides the append section for new keys
    • New group folders collapsed by default when importing connections
    • Export preview key name height adjusted to avoid scrollbars

4.2.1 (2026-07-06)

  • Fixed charts not redrawing after data updates #132

v4.2.0 (2026-07-04)

✨ New Features

  • Command parsing: Aligned with redis-cli sdssplitargs; supports escapes inside quotes and binary arguments
  • Value Tab
    • Added "Copy as Command"
    • Added "Create Duplicate" (standalone COPY / cluster DUMP+RESTORE)
    • Added locate button next to key name; scrolls key list to current key on click
  • Import/Export: Added CMD command format support
  • Key Area
    • F5 to refresh key list; connection color for refresh and search icons
    • Refresh button and footer text use connection color
    • Improved scan progress estimation for cluster scenarios
  • Connection
    • Connection editor: initial db input
    • Valkey 9+ cluster: specify initial db at connect time
  • Pub/Sub: Message encoding selectable for sending binary messages
  • Other: Added Redisee to website footer links

🐞 Bug Fixes

  • Fixed CodeMirror selection background too dark in dark mode #127

v4.1.1 (2026-06-29)

  • Fixed scan search stopping early in cluster mode

v4.1.0 (2026-06-27)

✨ New Features

  • Added Favorite Keys
    • Right-click to favorite/unfavorite; favorited keys show a star icon
    • "My Favorites" entry in the status bar; favorite mode shows only keys for the current connection/database
    • Favorite list supports keyword filtering; batch favorite/unfavorite in multi-select mode
  • Key Area
    • Search history; dropdown placed below the key list to avoid blocking keys
    • Real-time scan progress with pause/resume #116
    • Exact search uses EXISTS for better performance #122
    • DB selector: new icon and styling improvements
  • Value Tab: Improved header layout; TTL shown next to the key name; actions moved to favorite and more menus
  • Command Log
    • Added monitoring for MONITOR, Pub/Sub, import/export, and other async commands
    • Improved dialog interaction and table display
  • Other improvements
    • Hide Info and Chart tabs when INFO command is not permitted
    • Improved MONITOR and Pub/Sub labels and icons
    • Improved minimal mode detection
    • Updated flat mode icons

🐞 Bug Fixes

  • Fixed "Load All Remaining Keys" failing after scan improvements

v4.0.0 (2026-06-18)

✨ New Features

  • Command Log
    • Command interception, event push and visual panel display
    • Commands within the last 1s are highlighted in color for easy tracking of latest operations
  • Key Tree: Added TYPE cache to avoid repeated requests when expanding
  • Key Tree: Added quick delete icon on the right side of selected row
  • Search: Optimized large data scan logic to prevent UI freezing #116
  • Icon: Keep safe zone only on macOS, remove on Windows/Linux
  • HTTL: Optimized detection of HTTL command support

🐞 Bug Fixes

  • Fixed incorrect type unsupported error when field_scan key does not exist
  • Prevented INFO refresh after key deletion to avoid permission popup for unauthorized users