learn-tech/专栏/Redis核心原理与实战/43加餐:Redis的可视化管理工具.md
2024-10-16 06:37:41 +08:00

85 lines
2.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

因收到Google相关通知网站将会择期关闭。相关通知内容
43 加餐Redis 的可视化管理工具
因为 Redis 官方只提供了命令行版的 Redis 客户端 redis-cli以至于我们在使用的时候会比较麻烦通常要输入一堆命令而且命令行版的客户端看起来也不够直观基于以上两个原因我们需要找一个可视化的 Redis 客户端,下面是我这些年使用过的一些 Redis 可视化客户端,分享给大家。
RedisClient
是否收费:免费。
项目介绍Java 编写的 Redis 连接客户端,功能丰富,并且是免费的。
支持平台Windows。
项目地址https://github.com/caoxinyu/RedisClient
使用截图:
Redis Desktop Manager
是否收费:收费。
项目介绍:一款基于 Qt5 的跨平台 Redis 桌面管理软件。
支持平台Windows、macOS、Linux。
项目地址https://github.com/uglide/RedisDesktopManager
使用截图:
RedisStudio
是否收费:免费。
项目介绍:一款 C++ 编写的 Redis 管理工具,比较老,好久没更新了。
支持平台Windows。
项目地址https://github.com/cinience/RedisStudio
使用截图:
AnotherRedisDesktopManager
是否收费:免费。
项目介绍:一款基于 Node.js 开发的 Redis 桌面管理器,它的特点就是相对来说比较稳定,在数据量比较大的时候不会崩溃。
支持平台Windows、macOS、Linux。
项目地址https://github.com/qishibo/AnotherRedisDesktopManager
使用截图:
其他 Redis 可视化工具
Medishttps://github.com/luin/medis
phpRedisAdminhttps://github.com/ErikDubbelboer/phpRedisAdmin
PyRedisAdminhttps://github.com/JoneXiong/PyRedisAdmin
Go-Redishttps://github.com/alphazero/Go-Redis
RedisLivehttps://github.com/nkrode/RedisLive
TreeDMS http://www.treesoft.cn/dms.html
RedisPlushttps://gitee.com/MaxBill/RedisPlus
总结
我本人使用过上面介绍的前 4 个客户端,最近一直在使用的是 AnotherRedisDesktopManager 和 Redis Desktop Manager其中 Redis Desktop Manager 是花了 ¥98 买的 macOS 版,买之后就后悔了,原因之一就是界面并不美观,完全没有付费软件应有的精致感,建议大家使用免费版的 AnotherRedisDesktopManager。