Commit Graph

53 Commits

Author SHA1 Message Date
Lykin 4032c80add feat: support create connection by redis url string #127 2024-01-25 17:48:27 +08:00
Lykin 5a86bab647 feat: add connected client list 2024-01-25 00:29:15 +08:00
Lykin edaef2a78c feat: add cursor style option for cli 2024-01-23 20:55:38 +08:00
Lykin d75635bf70 feat: add cli preferences #131 2024-01-23 20:39:45 +08:00
Lykin 0b37b89f9b perf: support select multiple font and input custom font name #115 #130 2024-01-23 20:12:52 +08:00
Lykin cdac3c4496 perf: significantly improve batch deletion performance with pipeline #123 2024-01-23 17:37:00 +08:00
Lykin a679858478 perf: add silent deletion option to batch delete dialog 2024-01-23 11:26:15 +08:00
Lykin cee25a8015 chore: add x link to ribbon 2024-01-20 17:00:25 +08:00
Lykin 6d3526c765 feat: support database alias 2024-01-18 17:28:17 +08:00
Lykin 022ee20eed feat: support import/export connection profiles 2024-01-18 14:40:07 +08:00
Lykin 9402af2433 perf: set status auto refresh on by default and save to connection profile 2024-01-18 14:40:07 +08:00
Lykin c76a0a505f feat: support pub/sub 2024-01-17 20:57:28 +08:00
Lykin ee57346df6 feat: add activity monitor 2024-01-16 21:03:43 +08:00
Lykin 718e89a641 perf: add auto-refresh option for slow log 2024-01-12 16:07:58 +08:00
Lykin a663ecdeb5 perf: add refresh interval option for server status page 2024-01-12 15:36:30 +08:00
Lykin aab2531d40 perf: move wechat account entrance to ribbon 2024-01-11 18:37:31 +08:00
Lykin bc53c405a5 chore: update some text 2024-01-11 11:50:10 +08:00
Lykin 5d2080aafb perf: support "skip insecure verify" and "sni" for SSL #67 #113 2024-01-11 00:32:55 +08:00
Lykin d989cdd85b chore: add wechat official account entrance 2024-01-10 18:27:56 +08:00
Lykin e87b02e14c perf: add an 'Import Keys' option to new key dialog. 2024-01-06 23:44:18 +08:00
Lykin d66d7c9a49 feat: support key auto refresh
refactor: move 'ContentToolbar' to 'ContentValueWrapper'
2024-01-06 17:14:35 +08:00
Lykin c2bf4128f7 fix: minor bugs about keys view 2024-01-06 01:26:18 +08:00
Lykin 13dbc9b3b6 perf: support custom ttl when import keys 2024-01-05 17:55:54 +08:00
Lykin 1d1fab54d8 perf: support batch update ttl of keys 2024-01-05 00:48:29 +08:00
Lykin e071e65701 perf: replace tooltip content when reload is unavailable 2024-01-04 18:17:10 +08:00
Lykin b823f18794 perf: optimize the performance of command monitor 2024-01-04 12:01:36 +08:00
Lykin a71f5e0070 perf: support reload option after import data 2024-01-04 00:13:44 +08:00
Lykin 36a8c38877 perf: add quick settings for ttl dialog 2024-01-03 15:55:53 +08:00
Lykin df5a577919 style: adjust button style 2024-01-02 16:14:56 +08:00
Lykin 10ec866037 feat: support real-time command monitoring 2023-12-28 17:52:28 +08:00
Lykin f597002378 feat: add expire time data for import/export handle 2023-12-27 17:44:10 +08:00
Lykin 3fe8767c44 feat: support import keys from csv file 2023-12-27 17:44:10 +08:00
Lykin 21a569d9bb perf: optimize the logic for bulk deletion of selected keys 2023-12-26 15:09:52 +08:00
Lykin f98229b9fa refactor: refactor the method for delete selected keys 2023-12-19 20:10:01 +08:00
Lykin bce4e2323e feat: add export capability for selected keys 2023-12-18 01:01:51 +08:00
Lykin b06217adc0 perf: add bug report entrance 2023-12-16 12:43:58 +08:00
Lykin 44770a4a8e feat: add code folding toggle to preferences 2023-12-12 10:35:29 +08:00
Lykin 2f25b524cd perf: add 'use-glob' prop to search input 2023-12-06 11:10:54 +08:00
Lykin 827ca1f2e7 feat: support more key icon display type 2023-12-05 15:58:10 +08:00
Lykin a78c6cdb26 perf: add "show line numbers" preferences option 2023-12-03 23:46:33 +08:00
Lykin 8573d24a47 feat: add multiple check mode for keys
perf: add multiple keys deletion and progress indicator
2023-12-03 23:46:33 +08:00
Lykin 2d3225dbcf perf: add copy value button for complex type #23 2023-12-02 01:10:37 +08:00
Lykin e2f33af1c7 feat: the browser pane is now set to display only a single database
feat: add search input in browser pane
2023-12-01 18:02:32 +08:00
Lykin 6a048037b0 feat: add full search for set/zset 2023-11-21 16:44:33 +08:00
Lykin db4e2385fc feat: add full search for list 2023-11-20 18:37:43 +08:00
Lykin 13f343977a chore: refine ui details 2023-11-18 00:14:38 +08:00
Lykin 3c1727db3e perf: add pin and fullscreen supported for entry editor 2023-11-14 22:58:44 +08:00
Lykin e0a8599e95 perf: list value support format viewing #65 2023-11-14 14:49:16 +08:00
tiny-craft a49d618288 feat: add decode and format selection for Hash edit
perf: move decode and format state management into the component internally

perf: add component FormatSelector and ContentEntryEditor

refactor: modified functions with an excessive number of parameters to accept an object as a parameter
2023-11-13 16:03:24 +08:00
tiny-craft 9618990de8 feat: add partial entries loading for complex type(list/hash/set/zset/stream) #70
refactor: split "key value loading" into "key summary loading" and "key detail loading"
2023-11-09 14:42:35 +08:00