66 Commits

Author SHA1 Message Date
Lykin
4cbc0b98e7 fix: 'refreshInterval' may not read the correct value 2024-01-23 11:35:40 +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
5d2080aafb perf: support "skip insecure verify" and "sni" for SSL #67 #113 2024-01-11 00:32:55 +08:00
Lykin
c2bf4128f7 fix: minor bugs about keys view 2024-01-06 01:26:18 +08:00
Lykin
7934fc275a perf: save last selected database and restore for next connection 2023-12-02 02:03:29 +08:00
tiny-craft
e28d091500 refactor: split connection_service into connection_service and browser_service in go
refactor: split connectionStore into connectionStore and browserStore in js
2023-11-05 11:58:59 +08:00
tiny-craft
b95f293185 feat: add slow log 2023-11-02 23:18:20 +08:00
tiny-craft
9b9d0e3c7c feat: add flush db operation 2023-11-02 18:17:54 +08:00
tiny-craft
fd99b43798 feat: add display of content length and size info 2023-10-30 00:55:50 +08:00
tiny-craft
30866d33f0 feat: split "view as" to "view type" and "decode type" #60
feat: add footer to the value content page
2023-10-30 00:55:49 +08:00
tiny-craft
5b4683a735 feat: adjusted the content pane to accommodate more information (add sub content tabs). 2023-10-23 19:45:04 +08:00
tiny-craft
f9fe74a6b4 perf: move key view switch to connection preferences 2023-10-22 18:32:47 +08:00
tiny-craft
c4e4ed7e79 perf: change "load all keys" to "load all left keys" 2023-10-22 02:18:38 +08:00
tiny-craft
a669f3dfcb feat: add "tree view" and "list view" switch for keys browser 2023-10-22 01:54:22 +08:00
tiny-craft
f3cd292af5 feat: add partial keys loading. #2 2023-10-21 00:11:35 +08:00
tiny-craft
d61eb1323f feat: add sync/async delete key option to delete key dialog 2023-10-16 01:09:04 +08:00
tiny-craft
2db858ba9e feat: support ssl connection 2023-10-15 19:49:33 +08:00
tiny-craft
444d0ea199 feat: support cluster mode 2023-10-15 19:49:33 +08:00
tiny-craft
44f8581a41 fix: incorrect keys count display of database after delete the only remaining key. #47 2023-10-11 16:25:35 +08:00
tiny-craft
a4412d21d4 perf: support display binary key name which unreadable(convert to hex string) #49 2023-10-11 01:15:23 +08:00
tiny-craft
30e7016aa3 fix: database index confused after setting database filter 2023-10-08 18:25:52 +08:00
tiny-craft
b5dfe377fa feat: add discovery master group name for sentinel mode config
perf: tidy connection profile file
2023-10-08 15:24:08 +08:00
tiny-craft
ee68d699fa feat: support sentinel mode #16 #42 2023-10-08 01:33:03 +08:00
tiny-craft
bb1d9f316b feat: add filter database option #18
refactor: tidy struct of translation file
2023-10-07 10:49:29 +08:00
tiny-craft
ffc50a7fcc refactor: move the handling of String viewing methods to backend
feat: add view as gzip/deflate #30
2023-10-04 04:42:17 +08:00
tiny-craft
3de2a47d12 fix: incorrect key count after clear the database #36 2023-09-28 23:20:52 +08:00
tiny-craft
8e8f62073e perf: add item size display for Hash, List, Set, ZSet, and Stream #23 2023-09-28 23:19:59 +08:00
tiny-craft
47df424138 feat: add ssh tunnel support #7 #28 #38 2023-09-28 01:50:11 +08:00
tiny-craft
50ca632a5b fix: cannot set key on some low version redis with "keepttl"
perf: add soft delete key
2023-09-26 16:35:28 +08:00
tiny-craft
b580fedade fix: connection profiles mapping error 2023-08-29 16:56:20 +08:00
tiny-craft
c01be7fcca feat: add clean command history 2023-08-28 20:36:32 +08:00
tiny-craft
484e6a5f6b feat: add icon function buttons to connection tree items
fix: error cause when close non-connected connection
2023-08-24 20:26:18 +08:00
tiny-craft
df95804a53 fix: incorrect parse node key 2023-08-20 14:45:32 +08:00
tiny-craft
ae1d4f5215 fix: incorrect parse node key 2023-08-20 14:28:53 +08:00
tiny-craft
803c9c1a50 fix: disable loading indicator when preferences dialog display
fix: replace regex match with self-parse for parse node key
2023-08-18 17:57:02 +08:00
tiny-craft
af289319ed refactor: use import alias name 2023-08-02 17:57:39 +08:00
tiny-craft
0556ff299e feat: add quick function icon button inside item of tree view 2023-08-01 00:44:31 +08:00
tiny-craft
2d0e8f5445 feat: add stream type support 2023-08-01 00:44:31 +08:00
tiny-craft
9dd9b208cf fix: db0 was not clean after reopen connection 2023-08-01 00:44:31 +08:00
tiny-craft
7d3f5b9d9a refactor: move selectedKey to tab store
perf: add redis type color in new key type selection
perf: update selection after add new key
2023-08-01 00:44:31 +08:00
tiny-craft
9d897894b6 fix: browser node tree not sync when new or delete node 2023-08-01 00:44:31 +08:00
tiny-craft
2b3acc0e2b refactor: browser tree node update logic(new/delete/refresh) 2023-08-01 00:44:31 +08:00
tiny-craft
ab4c78c3d7 perf: display command cost time in log list table
perf: beautify color of redis type tag
2023-08-01 00:44:31 +08:00
tiny-craft
c4f1a2e178 feat: add key type filter setting
perf: add closing connection status in edit connection dialog
2023-08-01 00:44:31 +08:00
tiny-craft
41e5ecfad2 feat: add key filter for database scan 2023-08-01 00:44:31 +08:00
tiny-craft
ea2c24a5f9 perf: use custom separator set by each server profile
fix: add duplicated key to tree view when update value
2023-08-01 00:44:31 +08:00
tiny-craft
4879901a33 feat: add app launch log page 2023-08-01 00:44:31 +08:00
tiny-craft
d7e6485806 fix: completely remove node tree info when close connection
perf: add back to button to server status page
2023-08-01 00:44:31 +08:00