美文网首页Tools程序猿的进阶屋
redis好用的界面管理工具分享

redis好用的界面管理工具分享

作者: yufw | 来源:发表于2020-04-15 15:20 被阅读0次

    AnotherRedisDesktopManager

    收费情况

    免费

    下载地址

    https://github.com/qishibo/AnotherRedisDesktopManager/releases

    操作界面

    AnotherRedisDesktopManager

    vscode插件:easy-redis

    收费情况

    免费

    插件名称

    easy-redis

    操作界面

    vscode插件:easy-redis

    使用介绍

    • [Add server] Add redis server address. (Ctrl+Shift+p or directly edit easyRedis.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 edit value that held by key on text editor and save it (ctrl+s) to store it to Redis.

    • [Edit hash value] Hash type value MUST be written in JSON 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 on refresh icon that look like circle'ish in order to reconnect and refresh tree view. You can use this to reconnect redis as well after disconnect redis

    • [Disconnect] Click on disconnect icon to disconnect redis.

    idea插件-Redis

    收费情况

    免费

    插件名称

    Redis

    操作界面

    idea插件-Redis

    总结建议

    个人感觉

    易用性

    AnotherRedisDesktopManager > idea插件-Redis > vscode插件:easy-redis

    轻重性

    AnotherRedisDesktopManager > vscode插件:easy-redis > idea插件-Redis

    最终建议

    毕竟 idea本身功能比较全面 比较重,如果使用idea 开发 建议直接使用 idea插件

    如果不使用 idea开发 建议直接使用 AnotherRedisDesktopManager

    相关文章

      网友评论

        本文标题:redis好用的界面管理工具分享

        本文链接:https://www.haomeiwen.com/subject/vlmcvhtx.html