Redis可视化管理工具
- RedisClient
- Redis Desktop Manager
- AnotherRedisDesktopManager
因为 Redis 官方只提供了命令行版的 Redis 客户端 redis-cli,以至于我们在使用的时候会比较麻烦,通常要输入一堆命令,而且命令行版的客户端看起来也不够直观。
RedisClient
是否收费: 免费。
项目介绍: Java 编写的 Redis 连接客户端,功能丰富,并且是免费的。
支持平台: Windows。
项目地址: https://github.com/caoxinyu/RedisClient
Redis Desktop Manager
是否收费: 收费。
项目介绍: 一款基于 Qt5 的跨平台 Redis 桌面管理软件。
支持平台: Windows、macOS、Linux。
项目地址: https://github.com/uglide/RedisDesktopManager
AnotherRedisDesktopManager
是否收费: 免费。
项目介绍: 一款基于 Node.js 开发的 Redis 桌面管理器,它的特点就是相对来说比较稳定,在数据量比较大的时候不会崩溃。
支持平台: Windows、macOS、Linux。
项目地址: https://github.com/qishibo/AnotherRedisDesktopManager