first commit
This commit is contained in:
85
专栏/Redis核心原理与实战/43加餐:Redis的可视化管理工具.md
Normal file
85
专栏/Redis核心原理与实战/43加餐:Redis的可视化管理工具.md
Normal file
@ -0,0 +1,85 @@
|
||||
|
||||
|
||||
因收到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 可视化工具
|
||||
|
||||
|
||||
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
|
||||
RedisPlus:https://gitee.com/MaxBill/RedisPlus
|
||||
|
||||
|
||||
总结
|
||||
|
||||
我本人使用过上面介绍的前 4 个客户端,最近一直在使用的是 AnotherRedisDesktopManager 和 Redis Desktop Manager,其中 Redis Desktop Manager 是花了 ¥98 买的 macOS 版,买之后就后悔了,原因之一就是界面并不美观,完全没有付费软件应有的精致感,建议大家使用免费版的 AnotherRedisDesktopManager。
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user