Redis可视化工具(支持ssh链接)
本帖最后由 wewebing 于 2021-7-30 10:15 编辑Redis可视化工具(支持ssh链接)
Redis使用命令如下:
redis-cli -a 密码 //【命令连接Redis】
select 0 //【选择0库】
flshdb//【清空该库】
==============================
命令使用起来实在太难了,记不得那么多啊。于是就想要可视化工具来管理
1、Redis Desktop Manager
收费新版本:
免费老版本:
RedisDesktopManager,简称RDM,这是一款很出名的Redis可视化管理工具,支持Windows,Mac,Ipad,LInux
开源地址:https://github.com/uglide/RedisDesktopManager
官网的收费版本:https://rdm.dev/RedisDesktopManager
现在已经开始收费,不能直接使用了。
2020年还有部分开源版本,但是不能使用SSH功能。下面是一个免费版本,支持SSH连接。安装后不更新可一直使用。
redis-desktop-manager-0.9.3.817.exe
以下为获取0.9.3.817版本的下载地址(windows版本),都是失传依旧的老版本,珍藏
链接:https://pan.baidu.com/s/1WTAEZX1Yb933tixsJTcEqw
提取码:9fjn
2、AnotherRedisDesktopManager
AnotherRedisDesktopManager,这是一款免费的Redis可视化连接工具
支持Windows,Mac,Linux
语言有:中文和English可选
GitHub地址:https://github.com/qishibo/AnotherRedisDesktopManager
下载地址:https://github.com/qishibo/AnotherRedisDesktopManager/releases/tag/v1.4.8
页:
[1]