AnotherRedisDesktopManager
收费情况
免费
下载地址
https://github.com/qishibo/AnotherRedisDesktopManager/releases
操作界面
vscode插件:easy-redis
收费情况
免费
插件名称
easy-redis
操作界面
使用介绍
- [
Add server
] Add redis server address. (Ctrl+Shift+p
or directly editeasyRedis.address
in settings.json)
# url format example# Connect to 127.0.0.1:6380, db 4, using password "authpassword"redis://:authpassword@127.0.0.1:6380/4
Once adding redis server address correctly, you will be able to see the list of keys on
REDIS EXPLORER
.[
Server Info
] As you click on root, you can see the server info that you provided.[
Edit single value
] You can editvalue
that held bykey
on text editor and save it (ctrl+s
) to store it to Redis.[
Edit hash value
] Hash type value MUST be written inJSON
form.[
Delete item
] Click on a key you want to delete and then click-
icon on each item.[
Flush DB
] You can now use "flush db" feature that delete all items at once.[
Add item
] Click on+
icon, put key string, edit value and save it (ctrl+s
)![
Refresh
] Click onrefresh
icon that look like circle'ish in order to reconnect and refresh tree view. You can use this to reconnect redis as well afterdisconnect
redis[
Disconnect
] Click ondisconnect
icon to disconnect redis.
idea插件-Redis
收费情况
免费
插件名称
Redis
操作界面
总结建议
个人感觉
易用性
AnotherRedisDesktopManager > idea插件-Redis > vscode插件:easy-redis
轻重性
AnotherRedisDesktopManager > vscode插件:easy-redis > idea插件-Redis
最终建议
毕竟 idea本身功能比较全面 比较重,如果使用idea 开发 建议直接使用 idea插件
如果不使用 idea开发 建议直接使用 AnotherRedisDesktopManager