Releases: RedisInsight/RedisDesktopManager
Releases Β· RedisInsight/RedisDesktopManager
2022.5
New features and improvements
- Add support for Bloom and Cuckoo filters
- Use non-transactional pipelines in bulk operations (#5265, #4815)
Fixes
- Fix regression in HLL support
- Apply formatter override if a value is compressed
- Allow connecting to Codis, and Redis with disabled
INFO
command #5270 - Fix #5257
Downloads
2022.4.2
New features and improvements
- Add Extension Server Support and deprecate Native Formatters.
- Improved Server Actions tab with quick shortcut to
MONITOR
command
SCAN
limit and items per page in Value editor (#5252 and #5234)
Fixes
Downloads
2022.4
2022.3
New features and improvements
- Add SSH Agents support. Now you can securely store your SSH keys in password managers like 1Password with 2FA protection.
Fixes
- Fix: Copy full namespace path
- Fix: Slow app startup on Windows with inaccessible network drives
Downloads
2022.2
2022.1.1
2022.1
2022.0
General
The project was renamed to RESP.app. More details you can find in #5170
New features and improvements
- New dark-mode-friendly icons and layout controls:
- Connections tree can be hidden for focusing on key values, console or server charts.
- Full-screen mode for editing key values
- You can now adjust formatters behavior for each connection. By default, RESP.app tries to auto-detect the most common formats which are JSON, HEX and Plain text. You can change this behavior to load the last selected formatter, or select a specific formatter for all keys in particular redis-server.
Fixes
- SSH: Add support for RFC8332
- Fix commands autocompletion and update commands.json
- Fix #5166
Downloads
2021.10
Fixes and Improvements
- Fix crash when server closes the connection on key opening
- Fix qml runtime crashes on Windows
- Fix freezes in initial UI rendering
- Remove numpy & pandas from python deps to prevent Python runtime crashes
- Improve import from RDB: optimize keys scanning, validation, and error handling
- Fix: RDM cannot remove NS with null-bytes in key names
- Fix invalid single namespaced key rendering on live update #5152
- Fix AddKeyDialog size on Windows/Linux
Thanks to @banakito and @Jerry-Shaw for translations!
Downloads
2021.9
New features
- Add support for new compression formats:
- Ask for SSH password #3955
- Add support for
MONITOR
command in console
Fixes and Improvements
- Speed up initial UI rendering
- Speed up loading large binary values
- Improve automatic JSON detection
- Streams: Correctly save embedded objects and lists as field values
- Streams: Parse JSON from field
- Streams: Fix filter layout
Thanks to @jfcherng and @Jerry-Shaw for translations!