新增:《Another Redis Desktop Manager快速入门》

This commit is contained in:
2022-10-10 21:59:24 +08:00
parent 299110ba82
commit 40c19a7b8a
20 changed files with 134 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ tags:
RDM全称 Redis Desktop Manager。它是一个快速、简单、支持跨平台的 Redis 桌面管理工具,基于 Qt 5 开发,支持通过 SSH Tunnel 连接 [1]。它开源在了 GitHub [2] 上。
:::
<!-- more -->
长下面这样。在当前 Redis 客户端工具圈里可以说的上是 “高颜值”,而且也比较实用。
![202102220930199](../../../../../public/img/2021/02/22/202102220930199.png)

View File

@@ -0,0 +1,132 @@
---
title: Another Redis Desktop Manager快速入门
author: 查尔斯
date: 2021/03/04 23:19
categories:
- 工具四海谈
tags:
- Redis
- 管理工具
---
# Another Redis Desktop Manager快速入门
## 前言
之前,笔者发布过一篇有关于 Redis 可视化客户端RDM 的介绍文章有童鞋看了后留言给笔者说“RDM 不怎么好用,建议试试 Another Redis Desktop Manager。“
实际上,虽然笔者发的是 RDM但近段时间一直在用的就是 ARDM。当然了这不是笔者藏着掖着而是因为资源不得一点点发吗而且还是有童鞋在用 RDM 的,习惯一个工具之后,随便更换也是需要学习成本不是?
![202103042310166](../../../../../public/img/2021/03/04/202103042310166.jpg)
OK本篇笔者就要给童鞋们分享一下这个所谓的 ARDM。
<!-- more -->
## 简介
::: tip 简介
Another Redis Desktop Manager一个更快更好更稳定的 Redis 桌面管理器,兼容 Linux, windows, mac。更重要的是它不会在加载大量的键时崩溃。[1]
顾名思义Another Redis Desktop Manager 就是 另一个 RDM 的意思,它在功能方面和 RDM 大体没什么区别,不过在 UI 和体验上的确更胜一筹。
这个项目从 2019 年 2 月份就开始了,开源且免费提供打包版本,更新到今天也不短的时间了,所以关于稳定性的问题就暂时不用担心了。[2]
:::
![202103042310266](../../../../../public/img/2021/03/04/202103042310266.png)
## 下载
打开 GitHub 直接搜索 AnotherRedisDesktopManager 项目,然后点击项目右下方的最新发行版,就可以跳转到对应的版本下载页面了。
![202103042310366](../../../../../public/img/2021/03/04/202103042310366.png)
当然,也可以直接复制本文最后参考资料 [2] 的下载地址,然后在 PC 浏览器打开,也同样可以跳转到最新版的下载页面。
然后,根据你的系统情况选择合适的版本下载吧。
![202103042310566](../../../../../public/img/2021/03/04/202103042310566.png)
下载好了,一个平平无奇的 exe 安装包。
![202103042310666](../../../../../public/img/2021/03/04/202103042310666.png)
## 安装
接下来,我们 “傻瓜式” 安装即可。
![202103042310766](../../../../../public/img/2021/03/04/202103042310766.png)
改动一下安装位置,这个目录专门放开发工具,是笔者以前逐渐养成的个人习惯。
![202103042310866](../../../../../public/img/2021/03/04/202103042310866.png)
![202103042310966](../../../../../public/img/2021/03/04/202103042310966.png)
![202103042311166](../../../../../public/img/2021/03/04/202103042311166.png)
## 连接服务器
安装完成后,直接打开,界面可真是简洁到家了。
![202103042311266](../../../../../public/img/2021/03/04/202103042311266.png)
连接服务器的步骤也和 RDM 差不多,点击左上角的 [新建连接]。
进入到新建连接界面之后,依次填写 [Redis 服务器地址Redis 端口号Redis 密码,连接名] 后即可点击 [确定] 来新建一个连接。
::: tip 笔者说
如果你要连接的 Redis 就在本机,并且你没改过什么默认设置(端口、密码等),你甚至只需要在这个界面点一下确定就可以新建好一个连接。
:::
![202103042311366](../../../../../public/img/2021/03/04/202103042311366.png)
![202103042311566](../../../../../public/img/2021/03/04/202103042311566.png)
## 常见使用
虽然,笔者觉得 ARDM 和 RDM 在功能上大体是一样的,但为了照顾小白们的感受,笔者还是按当初介绍 RDM 的步骤再演示一下常见操作。
### 查看所有键
单击连接名,就可以打开单个连接,默认是处于 0 号数据库,可以根据需求进行数据库切换。另外,打开连接时默认还会在右侧打开当前 Redis 的服务监控。
![202103042311666](../../../../../public/img/2021/03/04/202103042311666.gif)
### 存储键
ARDM 中存储键是先新增一个 key这个 key 默认什么也没存储,你需要再为这个 key 设置下 value这一步实际就是下面的修改操作。
![202103042311766](../../../../../public/img/2021/03/04/202103042311766.gif)
### 修改值
![202103042311866](../../../../../public/img/2021/03/04/202103042311866.gif)
### 修改过期时间
![202103042311966](../../../../../public/img/2021/03/04/202103042311966.gif)
### 删除键
刚才我们给 `name` 这个键设置了 5 秒过期之后,唯一存储的数据也没了,我们再新建一个,然后来测试一下删除功能。
![202103042312166](../../../../../public/img/2021/03/04/202103042312166.gif)
### 命令行操作
当你想用命令行操作时ARDM 同样也可以直接打开控制台连接 Redis 服务器。
![202103042312266](../../../../../public/img/2021/03/04/202103042312266.gif)
## 参考资料
[1]Another Redis Desktop Manager GitHub 地址https://github.com/qishibo/AnotherRedisDesktopManager
[2]Another Redis Desktop Manager 下载地址https://github.com/qishibo/AnotherRedisDesktopManager/releases
## 后记
**C** 好了ARDM 的介绍就到这儿结束了,至于其他的功能,自行去发现体验吧,那样才更有乐趣,不是吗?
当然,本篇介绍完,笔者暂时就不会再推荐其他 Redis 可视化客户端了,也许后面有后起之秀,到那时候再说吧,也欢迎童鞋们再留言告诉我。

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 560 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 638 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 320 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 KiB