備忘: 兩個(gè)國(guó)產(chǎn)IDEA Redis免費(fèi)插件中文版
根據(jù)內(nèi)部消息據(jù)說(shuō) IDEA 2022.3 付費(fèi)版本將內(nèi)置 Redis 開(kāi)發(fā)插件... 不過(guò)還是先介紹一下國(guó)產(chǎn)的免費(fèi)插件吧.
https://plugins.jetbrains.com/plugin/19319-gerry-redis?
v 此免費(fèi)插件是下面插件?Redis Helper?的中文漢化版本, 支持Redis連接管理, key-value查看等功能. 支持 IDEA, WebStorm等所有JetBrains產(chǎn)品.
A simple and free Redis tool support view, add and delete keys in Redis.
Fork from https://github.com/MattMin/a-redis. 源碼
Remove some addtional function based on custom use case and reserve key function.
Function 功能說(shuō)明
1. Redis connection management?Redis? 連接管理
add 添加
batch delete 批量刪除
reload 刷新
edit 修改
duplicate 復(fù)制
console 控制臺(tái)
close 關(guān)閉
view the number of keys in DB and DB 查看鍵數(shù)量
2. Key management 鍵管理
filter(paging) 過(guò)濾(分頁(yè))
group 分組
reload 刷新
add(String, List, Set, ZSet, Hash) 添加(字符串,列表,Set和哈希)
batch delete 批量刪除
flush DB 刷新數(shù)據(jù)庫(kù)
quick search 快速搜索
rename 重命名
view type of the key
3. Value management 值管理
reload 刷新
delete(a row in List/Set/ZSet/Hash) 刪除
set TTL 設(shè)置超時(shí)時(shí)間
edit/save(include Value/Field of Hash/Score of ZSet) 編輯/修改(字符串,列表,Set和哈希)
add(a row in List/Set/ZSet/Hash) 添加
paging(List/Set/ZSet/Hash) 分頁(yè)
format value to json 格式化值為json

https://plugins.jetbrains.com/plugin/17595-redis-helper
Redis Helper
此插件是英文版.