因為 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。