Skip to content

Releases: RedisInsight/RedisDesktopManager

2022.5

07 Oct 16:33
Compare
Choose a tag to compare

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

28 Jul 12:01
Compare
Choose a tag to compare

New features and improvements

image

- Add settings to control SCAN limit and items per page in Value editor (#5252 and #5234)

Fixes

  • Fix #5236
  • Fix #5214
  • Fix dark mode issues on Windows
  • Fix shortcuts in TreeView on macOS

Downloads

2022.4

15 Jun 13:56
Compare
Choose a tag to compare
2022.4 Pre-release
Pre-release

New features and improvements

Downloads

2022.3

04 May 18:48
Compare
Choose a tag to compare

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

23 Feb 16:25
Compare
Choose a tag to compare

New features and improvements

  • Allow changing the color of connection icons in connection settings:

Fixes

Downloads

2022.1.1

18 Feb 11:15
Compare
Choose a tag to compare

Fixes (Windows)

  • Fix the color of the title bar in dark mode #5199
  • Fix auto-update

Downloads

2022.1

15 Feb 17:56
Compare
Choose a tag to compare

Fixes

  • Fix crash on old CPUs when a user opens value editor
  • Fix database item inline menu (#5123)

Downloads

2022.0

03 Feb 17:27
Compare
Choose a tag to compare

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
    Screenshot 2022-02-03 at 19 04 35Screenshot 2022-02-03 at 19 04 50 Screenshot 2022-02-03 at 19 05 18
  • 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.

Screenshot 2022-02-03 at 19 12 36

Fixes

  • SSH: Add support for RFC8332
  • Fix commands autocompletion and update commands.json
  • Fix #5166

Downloads

2021.10

20 Dec 13:03
Compare
Choose a tag to compare

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

30 Nov 14:36
Compare
Choose a tag to compare

New features

  • Add support for new compression formats:
    • ZSTD #5114
    • Snappy #5117
    • Brotli
    • Magento Cache and Session cache #5028
    • PHP gzcompress
  • 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!

Downloads