Commit Graph

116 Commits

Author SHA1 Message Date
Lykin 827ca1f2e7 feat: support more key icon display type 2023-12-05 15:58:10 +08:00
Lykin 686f73c3dd perf: reduced the frequency of invoking SELECT command 2023-12-04 17:06:23 +08:00
Lykin 464a85867d fix: database switching confusion in different tabs 2023-12-04 17:06:23 +08:00
Lykin af6b4257f9 feat: add type display in key browser 2023-12-04 17:06:23 +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 7934fc275a perf: save last selected database and restore for next connection 2023-12-02 02:03:29 +08:00
Lykin ab8077999d fix: display incorrect value in zset content
fix: content pane cause error when value is null
2023-12-01 18:42:39 +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 9671f89770 feat: embedded monaco editor for string 2023-11-29 00:23:48 +08:00
Lykin 2f2fa6bb02 perf: save window maximised state #84 2023-11-24 11:49:59 +08:00
Lykin 79c943f85d perf: use ZRangeWithScores to scan partial for ZSet 2023-11-24 00:22:40 +08:00
Lykin bfb5407030 fix: support output map[any]any type to console #81 2023-11-21 20:06:28 +08:00
Lykin 30d6da85a1 fix: can not open connection when "CLIENT" command killed #78 2023-11-21 18:13:26 +08:00
Lykin 7b18ed0b26 fix: the console output content lacks line breaks effect #80 2023-11-21 17:23:31 +08:00
Lykin e7fd13d608 feat: add full search for stream 2023-11-21 17:06:26 +08:00
Lykin 6a048037b0 feat: add full search for set/zset 2023-11-21 16:44:33 +08:00
Lykin eca640fc87 feat: add full search for hash 2023-11-20 18:38:23 +08:00
Lykin db4e2385fc feat: add full search for list 2023-11-20 18:37:43 +08:00
Lykin 2a57248228 refactor: optimized refresh logic after update fields for stream type 2023-11-18 00:51:40 +08:00
Lykin 13f343977a chore: refine ui details 2023-11-18 00:14:38 +08:00
Lykin ddc3868f22 refactor: optimized refresh logic after update fields for set/zset type 2023-11-17 18:41:15 +08:00
Lykin 4db3909c6a refactor: optimized refresh logic after update fields for list type 2023-11-17 17:20:32 +08:00
Lykin 80e659e03a refactor: optimized refresh logic after update fields for hash type 2023-11-17 16:26:03 +08:00
Lykin d88fd35e9d refactor: refactoring the refresh logic for all complex types after adding new fields 2023-11-17 01:24:04 +08:00
Lykin cc436ad86f perf: support json format viewing for stream values #65
fix: the 'reset' parameter in 'GetKeyDetail' isn't taking effect
2023-11-16 01:07:39 +08:00
Lykin fea87662de perf: sorted set value support format viewing #65 2023-11-15 23:41:53 +08:00
Lykin 5b84fa59f6 perf: set value support format viewing #65 2023-11-14 17:15:02 +08:00
Lykin e0a8599e95 perf: list value support format viewing #65 2023-11-14 14:49:16 +08:00
tiny-craft 200b12cd51 refactor: rename "viewas" to "format", rename "plain text" to "raw" 2023-11-13 22:41:33 +08:00
tiny-craft a2c2ceb483 perf: hash value support format viewing #65 2023-11-13 22:31:18 +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 a2ad85627e fix: edit state does not revert when switching keys
fix: some digits are incorrectly recognized as base64-encoded text
2023-11-10 23:51:39 +08:00
tiny-craft 65e077c0c0 fix: compatibility with older Redis versions without UNLINK command support #69
perf: add waiting indicator for deleting keys and flushing database
2023-11-10 16:26:12 +08:00
tiny-craft 7b3c3df230 feat: add key layer reload/refresh back after database full loaded #72
perf: update database max keys each load next/all.
2023-11-10 13:01:18 +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
tiny-craft e6b28c9edc fix: incorrect max keys count after add or delete keys 2023-11-05 13:00:03 +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 75abd66c46 fix: try unescape client name in slow log
doc: update screenshots
2023-11-03 10:50:51 +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 67666f4edf fix: unable to decode json string with prefix or suffix contains space or line break 2023-11-02 16:27:55 +08:00
tiny-craft 64895a98af fix: unable to save json string with prefix or suffix contains space or line break 2023-11-01 23:35:45 +08:00
tiny-craft 6996421cde fix: can not save scan size less than default value in preference
fix: incorrect delete pattern when flush database with any key selected
2023-10-31 22:33:58 +08:00
tiny-craft 694214bedf feat: add ZSTD decode/encode support #59 2023-10-31 11:43:46 +08:00
tiny-craft ff8da4ca60 fix: long string overflow in value page
fix: border radius show and hide logic incorrect on Windows
2023-10-30 21:54:20 +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 1cf893149a feat: add command line mode 2023-10-26 19:29:26 +08:00
tiny-craft f9fe74a6b4 perf: move key view switch to connection preferences 2023-10-22 18:32:47 +08:00