备忘: 两个国产IDEA Redis免费插件中文版
根据内部消息据说 IDEA 2022.3 付费版本将内置 Redis 开发插件... 不过还是先介绍一下国产的免费插件吧.
https://plugins.jetbrains.com/plugin/19319-gerry-redis
v 此免费插件是下面插件 Redis Helper 的中文汉化版本, 支持Redis连接管理, key-value查看等功能. 支持 IDEA, WebStorm等所有JetBrains产品.
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 功能说明
1. Redis connection management Redis 连接管理
add 添加
batch delete 批量删除
reload 刷新
edit 修改
duplicate 复制
console 控制台
close 关闭
view the number of keys in DB and DB 查看键数量
2. Key management 键管理
filter(paging) 过滤(分页)
group 分组
reload 刷新
add(String, List, Set, ZSet, Hash) 添加(字符串,列表,Set和哈希)
batch delete 批量删除
flush DB 刷新数据库
quick search 快速搜索
rename 重命名
view type of the key
3. Value management 值管理
reload 刷新
delete(a row in List/Set/ZSet/Hash) 删除
set TTL 设置超时时间
edit/save(include Value/Field of Hash/Score of ZSet) 编辑/修改(字符串,列表,Set和哈希)
add(a row in List/Set/ZSet/Hash) 添加
paging(List/Set/ZSet/Hash) 分页
format value to json 格式化值为json

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