RedisDesktopManager icon indicating copy to clipboard operation
RedisDesktopManager copied to clipboard

Support TairHash module

Open NaumovEvgeniy opened this issue 3 years ago • 4 comments

Is your feature request related to a problem? Please describe. I work with the TairHash module and unfortunally the RDM doesn't support it

Describe the solution you'd like TairHash extends a standard hash. It adds features like expiring keys, versions. I would like to see a standard hash viewer and see key expiration time

NaumovEvgeniy avatar Feb 03 '22 13:02 NaumovEvgeniy

@NaumovEvgeniy I've submitted PR with early-stage basic support for TairHash and plan to include it in the 2022.1 release. Please specify which OS do you use and I will send you a link for a preview build.

uglide avatar Feb 04 '22 10:02 uglide

Oh, that's great!

Please specify which OS do you use and I will send you a link for a preview build.

Linux fedora 5.15.16-200.fc35.x86_64 #1 SMP Thu Jan 20 15:38:18 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

NaumovEvgeniy avatar Feb 04 '22 10:02 NaumovEvgeniy

@NaumovEvgeniy Please use test build from Flathub for testing:

flatpak install --user https://dl.flathub.org/build-repo/75771/app.resp.RESP.flatpakref
flatpak run --branch=test app.resp.RESP

I will appreciate it if you share your feedback and typical workflow with TairHash.

uglide avatar Feb 09 '22 14:02 uglide

Thank you for fast prerelease, you did great work!

I haven\t worked with a verion keys so I can't test this functionality.

1. I would like to can choose a new type in this dialog

1

2. I didn't see correct ttl value of the key, but it exists

2 3

3. I would like to change a ttl for the specific key like in the picture below

4

By clicking on the TTL button, open the popup with setting of a new value 5

NaumovEvgeniy avatar Feb 09 '22 20:02 NaumovEvgeniy