Lykin
|
70c38d9aa7
|
fix: can not display correct content with decoder after modified
|
2024-07-31 16:46:50 +08:00 |
Lykin
|
ea8ceba32a
|
fix: reconnect will crash after connection fail first time (#301)
|
2024-07-11 16:03:13 +08:00 |
Lykin
|
ea44253c02
|
fix: disable type filter when redis server below 5.x (#274)
|
2024-07-01 17:35:32 +08:00 |
Lykin
|
65cfdd1bcc
|
perf: replace some slice utils with built-in utils
|
2024-06-19 10:30:13 +08:00 |
Lykin
|
6bd1b23a64
|
fix: unable to connect to any server after manually interrupt
|
2024-06-18 18:04:00 +08:00 |
Lykin
|
86f42fcc10
|
perf: support batch delete keys without scan confirm (#283)
|
2024-06-17 18:29:56 +08:00 |
Lykin
|
028a240f49
|
perf: evenly divide the number of scans for each cluster node
|
2024-06-04 10:34:42 +08:00 |
Lykin
|
f17bb744f4
|
perf: support refresh field in hash (#260)
|
2024-05-22 17:24:38 +08:00 |
Lykin
|
2133fe44ca
|
fix: the count of failed deletion is incorrect in cluster mode
|
2024-04-26 16:50:43 +08:00 |
Lykin
|
c0fdfc0ce7
|
fix: limits the minimum number of slow logs to be displayed
|
2024-03-26 17:53:24 +08:00 |
Lykin
|
2d2954d81c
|
feat: support exact match filter (#164)
|
2024-03-09 23:04:36 +08:00 |
Lykin
|
a13bf788eb
|
feat: add last format and decode selection record for keys
|
2024-03-05 11:49:47 +08:00 |
Lykin
|
b46cc6c436
|
fix: update value stored in tabStore after modified and saved
|
2024-02-28 18:27:39 +08:00 |
Lykin
|
e92eb525e7
|
feat: support value type ReJSON #152
|
2024-02-19 00:40:38 +08:00 |
Lykin
|
c0415fe23d
|
fix: support zset score +inf/-inf #148
|
2024-02-14 13:54:09 +08:00 |
Lykin
|
450e451781
|
feat: add custom decoder/encoder for value content
|
2024-02-03 15:40:23 +08:00 |
Lykin
|
f09ee89a96
|
refactor: split data convert into separate files
|
2024-01-27 16:24:45 +08:00 |
Lykin
|
5a86bab647
|
feat: add connected client list
|
2024-01-25 00:29:15 +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
|
e3e0ed0a91
|
fix: connection not release after failure
|
2024-01-20 17:59:51 +08:00 |
Lykin
|
673159dc85
|
fix: db alias not display in empty database
|
2024-01-20 11:17:45 +08:00 |
Lykin
|
6d3526c765
|
feat: support database alias
|
2024-01-18 17:28:17 +08:00 |
Lykin
|
ffed68ae4c
|
perf: remove unused parameter in content-slog
|
2024-01-17 16:40:49 +08:00 |
Lykin
|
042ef3075a
|
fix: no data on server status page #119
|
2024-01-12 11:18:41 +08:00 |
Lykin
|
b7ba179e62
|
perf: compatible with situations where the "memory" command cannot be used #144
|
2024-01-11 14:30:12 +08:00 |
Lykin
|
4258a45498
|
chore: update dependencies
|
2024-01-10 15:32:19 +08:00 |
Lykin
|
ed1b9d9b54
|
fix: create key error
|
2024-01-06 22:13:26 +08:00 |
Lykin
|
c2bf4128f7
|
fix: minor bugs about keys view
|
2024-01-06 01:26:18 +08:00 |
Lykin
|
7f2fac7fe8
|
chore: standardize parameter naming
|
2024-01-05 18:24:38 +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
|
660fc0cf93
|
fix: database switching may do nothing
|
2024-01-02 00:34:48 +08:00 |
Lykin
|
4c9d75303c
|
perf: minimize the use of database switch commands
|
2023-12-29 00:16:25 +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
|
e28bb57a25
|
fix: the deletion result might be incorrect
|
2023-12-26 01:15:49 +08:00 |
Lykin
|
5b9f261824
|
refactor: encapsulate connection state and behavior into classes
|
2023-12-26 01:15:49 +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
|
d31da4a055
|
perf: refresh key summary after crud value content
|
2023-12-16 00:33:35 +08:00 |
Lykin
|
f7f394972d
|
fix: select incorrect database when double click key layer #99
|
2023-12-12 16:15:30 +08:00 |
Lykin
|
d59221f11e
|
fix: the database switch might lead to other operations becoming ineffective
|
2023-12-06 18:25:51 +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
|
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 |