网站首页 > 精选文章 / 正文
因为 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。
Tags:redis 客户端
猜你喜欢
- 2025-01-05 Golang之Redis的应用
- 2025-01-05 Redis 异步客户端选型及落地实践
- 2025-01-05 推荐 3 个 .NET 流行的 Redis 客户端库
- 2025-01-05 超级简单在windows下安装redis服务
- 2025-01-05 这是我用过最好用的redis 客户端没有之一,功能强大,界面美观
- 2025-01-05 Redis Web版客户端工具——TreeNMS
- 2025-01-05 Redis到底是单线程还是多线程?
- 2025-01-05 【原理】Redis热点Key自动发现机制和客户端缓存方案
- 2025-01-05 Redis 7.x哨兵模式如何实现?基于Spring Boot 3.x版
- 2025-01-05 带你 100% 了解 Redis 6.0 的客户端缓存