Commit Graph

61 Commits

Author SHA1 Message Date
Lykin 0739cb8b68 feat: add `LZ4` encoder/decoder 2024-07-31 16:49:52 +08:00
Lykin 5deb6ce443 pref: support text alignment config for HASH/LIST/SET/ZSET (#264) 2024-07-26 17:19:28 +08:00
Lykin f17bb744f4 perf: support refresh field in hash (#260) 2024-05-22 17:24:38 +08:00
Lykin de7cdb5bd4 perf: add behavior tracking instructions and switch options (#181) 2024-03-14 15:27:42 +08:00
Lykin 13e80da978 feat: support HTTP/SOCKS5 proxy for connections #159 2024-02-22 18:31:14 +08:00
Lykin 3057012710 feat: add "Unicode JSON" format to display JSON string contains unescaped unicode charactor #158 2024-02-21 15:08:29 +08:00
Lykin 2405a79ace feat: add PHP Serialized/Pickle as build-in decoder. #64 #87 2024-02-20 10:55:46 +08:00
Lykin f1e1a89baf perf: add links option for value editor #143 2024-02-18 21:46:00 +08:00
Lykin 32f1b71073 refactor: standardize key names in YAML config file 2024-02-18 14:53:00 +08:00
Lykin a2331675d7 feat: support connect by unix-socket #142 2024-02-18 14:17:06 +08:00
Lykin c0415fe23d fix: support zset score +inf/-inf #148 2024-02-14 13:54:09 +08:00
Lykin ce1b9b706f perf: add drag and drop text option in preferences. #140 2024-02-03 15:40:23 +08:00
Lykin 450e451781 feat: add custom decoder/encoder for value content 2024-02-03 15:40:23 +08:00
Lykin 7a579d0d0b feat: add decoder `msgpack` #134 2024-01-27 01:57:29 +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 6d3526c765 feat: support database alias 2024-01-18 17:28:17 +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 ed1b9d9b54 fix: create key error 2024-01-06 22:13:26 +08:00
Lykin 4dc8839a51 feat: add format type 'YAML' and 'XML' #110 2023-12-29 01:03:40 +08:00
Lykin 5b9f261824 refactor: encapsulate connection state and behavior into classes 2023-12-26 01:15:49 +08:00
Lykin 94c7b7ade5 perf: save windows position and restore for next launch #101 2023-12-12 11:40:22 +08:00
Lykin 44770a4a8e feat: add code folding toggle to preferences 2023-12-12 10:35:29 +08:00
Lykin 827ca1f2e7 feat: support more key icon display type 2023-12-05 15:58:10 +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 7934fc275a perf: save last selected database and restore for next connection 2023-12-02 02:03:29 +08:00
Lykin 2f2fa6bb02 perf: save window maximised state #84 2023-11-24 11:49:59 +08:00
Lykin db4e2385fc feat: add full search for list 2023-11-20 18:37:43 +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 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 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 694214bedf feat: add ZSTD decode/encode support #59 2023-10-31 11:43:46 +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 f9fe74a6b4 perf: move key view switch to connection preferences 2023-10-22 18:32:47 +08:00
tiny-craft f3cd292af5 feat: add partial keys loading. #2 2023-10-21 00:11:35 +08:00
tiny-craft 4a0807e463 chore: forbid rename key in cluster mode 2023-10-15 22:40:10 +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 b3c494f15e feat: added support for viewing in brotli decompression 2023-10-08 23:29:43 +08:00