English
5.x Changelog
v5.2.0 (2026-09-10)
✨ New Features
- Connection: SSH tunnel fully rewritten; works in all modes (standalone, cluster, sentinel)
- TTL: set by duration or expire-at time; hover shows local and UTC
- Value area: Hash field TTL
- Column shows expire-at; hover countdown of remaining time
- HTTL toggle is remembered; switching keys / refresh no longer resets it
- Field expiry can be saved independently; TTL can be changed even with a read-only codec
- Info page: memory usage shown as a percentage of system memory
- Redis Install helper: TLS switch moved up; sentinel/TLS default ports and output directories adjusted
- Other details
- Website: Redis Docker install and TLS certificate generation pages
- Close button on the field edit panel
- STRING/JSON save button shows loading
- Copy connection keeps the original group
🐞 Bug Fixes
- Fixed Auto sometimes misdetecting already-loaded large values (partial trial-decode replaced with full decode)
- Fixed hanging when the SSL checkbox doesn't match the server; mismatch now prompts immediately and precisely
- Fixed sentinel TLS connect hanging, and client certificates being dropped when certificate verification is skipped
- Fixed cluster and sentinel both being checkable when creating a new connection
v5.1.1 (2026-09-05)
🐞 Bug Fixes
- Fixed SCAN search hanging when the cursor exceeds the JS safe integer range #163
v5.1.0 (2026-09-05)
✨ New Features
- Connection: TLS compatible with X.509 v1 certificates (CentOS 7 and other old OpenSSL self-signed certs)
- Codec: Auto supports Gzip read-only unwrap
- Memory: scan shows live progress, with pause/resume and stop
- Connection: added a drag-hint icon after the host in grouped view #162
🐞 Bug Fixes
- Fixed local key/field filtering missing keys with slashes (aligned with Redis MATCH semantics)
v5.0.3 (2026-09-03)
✨ New Features
- Connection: keep the toolbar visible when the list is empty (import etc.) #160
- Connection: empty named groups stay visible even with no connections
- Value area: preview hint no longer expands the main pane into a scrollbar
- Value area: data codec dropdown placement improved
🐞 Bug Fixes
- Fixed Auto sometimes misdetecting truncated large string previews as Hex; default preview is now 4KB
- Fixed AnotherRDM 1.7.2+ grouped
.anoimport failing #160 - Fixed the fullscreen row in the empty-state shortcut list not responding to clicks
v5.0.2 (2026-09-02)
✨ New Features
- Value area: ZSet filter by score range
- Settings: new configurable connection timeout #157
- Settings: renamed Command Timeout to I/O Timeout
v5.0.1 (2026-09-01)
✨ New Features
- Value area: ZSet member rank now shown in a table dialog
- Minimal mode skips CLIENT SETNAME on connect
🐞 Bug Fixes
- Fixed empty-page Logo glow occasionally showing a box on Mac
- Fixed config page crash on Redis 5 and other older versions
v5.0.0 (2026-08-28)
✨ New Features
- New Redis Install helper
- Fill in a form to generate Linux Docker artifacts; copy and run them on the target machine
- Three modes: standalone / cluster / sentinel
- Optional TLS: bundled openssl self-signed certificate script
- Images: Redis or Valkey; password, external data/config mounts, and timezone
- Terminal: key-slot completion for favorite and scanned keys, plus hint layout polish
- Connection: Redis URL generate and paste-parse #152
- Footer URL button copies the current connection string
- Paste a full URL or host:port into the host field to auto-fill host, port, credentials, DB, and SSL
- Other details
- Default db to 0 when left empty #153
- CodeMirror wrapping off by default
- Upgraded frontend/backend dependencies to latest
🐞 Bug Fixes
- Fixed occasional issues from a second handshake on the real connection #155
- Fixed connection group header height jumping when switching between Chinese and English