您的位置:首页 > 数据库 > Redis

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

2020-04-23 09:32 3159 查看

AnotherRedisDesktopManager

收费情况

免费

下载地址

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

操作界面

vscode插件:easy-redis

收费情况

免费

插件名称

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

操作界面

总结建议

个人感觉

易用性

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

轻重性

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

最终建议

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

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

  • 点赞 1
  • 收藏
  • 分享
  • 文章举报
_腊月十四 发布了15 篇原创文章 · 获赞 13 · 访问量 3994 私信 关注
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: