zoukankan      html  css  js  c++  java
  • 漂亮又好用的Redis可视化客户端汇总

    因为 Redis 官方只提供了命令行版的 Redis 客户端 redis-cli,以至于我们在使用的时候会比较麻烦,通常要输入一堆命令,而且命令行版的客户端看起来也不够直观,基于以上两个原因我们需要找一个可视化的 Redis 客户端,下面是我这些年使用过的一些 Redis 可视化客户端,分享给大家。

    1.RedisClient

    是否收费:免费

    项目介绍:Java 编写的 Redis 连接客户端,功能丰富,并且是免费的。

    支持平台:Windows

    项目地址:https://github.com/caoxinyu/RedisClient

    使用截图:

    2.Redis Desktop Manager

    是否收费:收费

    项目介绍:一款基于 Qt5 的跨平台 Redis 桌面管理软件。

    支持平台:Windows、Mac OS、Linux

    项目地址:https://github.com/uglide/RedisDesktopManager

    使用截图:

    3.RedisStudio

    是否收费:免费

    项目介绍:一款 C++ 编写的 Redis 管理工具,比较老,好久没更新了。

    支持平台:Windows

    项目地址:https://github.com/cinience/RedisStudio

    使用截图:

    4.AnotherRedisDesktopManager

    是否收费:免费

    项目介绍:一款基于 NodeJS 开发的 Redis 桌面管理器,它的特点就是相对来说比较稳定,在数据量比较大的时候不会崩溃。

    支持平台:Windows、Mac OS、Linux

    项目地址:https://github.com/qishibo/AnotherRedisDesktopManager

    使用截图:

    5.其他 Redis 可视化工具

    • Medis:https://github.com/luin/medis

    • phpRedisAdmin:https://github.com/ErikDubbelboer/phpRedisAdmin

    • PyRedisAdmin:https://github.com/JoneXiong/PyRedisAdmin

    • Go-Redis:https://github.com/alphazero/Go-Redis

    • RedisLive:https://github.com/nkrode/RedisLive

    • TreeDMS :http://www.treesoft.cn/dms.html

    总结

    我本人使用过上面介绍的前 4 个客户端,最近一直在使用的是 AnotherRedisDesktopManager 和 Redis Desktop Manager,其中 Redis Desktop Manager 是花了 98 元买的 MacOS 版,买之后就后悔了,原因之一就是界面并不美观,完全没有付费软件应有的精致感,建议大家使用免费版的 AnotherRedisDesktopManager。

  • 相关阅读:
    /etc/init.d/functions详解[转]
    把linux可执行程序做成一个服务[转]
    Centos下Subversion 服务器安装配置(转)
    经典面试编程题atoi()实现
    asp.net mvc 模型绑定 从简单类型到泛型集合
    C# 编译器 csc 简单用法
    js 操作文本框中光标位置
    简洁的lambda表达式
    iphone safari不支持position fixed的解决办法
    List排序函数Sort
  • 原文地址:https://www.cnblogs.com/wpcnblog/p/13162574.html
Copyright © 2011-2022 走看看