Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 6d701ea

Browse files
committed
Update name, documentation, etc.
1 parent 7915aae commit 6d701ea

31 files changed

+74
-53
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
<p align="center">
22
<img src="./build/icon.png" alt="logo" width="120" height="120" />
33
</p>
4-
<h3 align="center">RedFish</h3>
4+
<h3 align="center">RedisFish</h3>
55

66
<p align="center">
7-
<img src="https://img.shields.io/github/v/release/Kuari/RedFish.svg" alt="release" />
7+
<img src="https://img.shields.io/github/v/release/Kuari/RedisFish.svg" alt="release" />
88
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen" alt="RPs" />
9-
<img src="https://img.shields.io/github/downloads/Kuari/RedFish/total" alt="downloads" />
9+
<img src="https://img.shields.io/github/downloads/Kuari/RedisFish/total" alt="downloads" />
1010
</p>
1111

1212

1313

1414
## Info
1515

16-
`RedFish` is a convenient, cross-platform, data-focused Redis GUI client. Since `Beta 1.0.0`, after several months of development, many areas have been optimized, and even some functions include different processing methods, which can adapt to different operating habits, hoping to bring a better experience.
16+
`RedisFish` is a convenient, cross-platform, data-focused Redis GUI client🌈🌈🌈. Maybe you will like it.
1717

18-
language: [简体中文](https://github.com/Kuari/RedFish/blob/main/README.zh-CN.md) 英文
18+
Since `v 1.0.0`, I have received a lot of useful feedback from friends, thank you very much!
1919

20-
download: [releases](https://github.com/Kuari/RedFish/releases)
20+
> Formerly RedFish, renamed due to the same name
21+
22+
23+
24+
language: [简体中文](https://github.com/Kuari/RedisFish/blob/main/README.zh-CN.md) English
25+
26+
download: [releases](https://github.com/Kuari/RedisFish/releases)
2127

2228

2329

@@ -30,7 +36,8 @@ download: [releases](https://github.com/Kuari/RedFish/releases)
3036
* JSON auto format
3137
* JSON viewing and editing
3238
* key list paging query
33-
* The key list can be filtered by prefix grouping, support`:`, `-`, `_`, `#`, `=`, `+`
39+
* The key list can be filtered by prefix grouping, support`:`, `-`, `_`, `#`, `=`, `+`, select in settings
40+
* The key list supports two different modes: the list is displayed directly and classified into folders according to the prefix, which can be switched in the settings.
3441
* The console supports two different modes: single command execution and multi-command execution at the same time
3542
* Support log function, view execution command log
3643
* Database monitoring, supports cpu usage, memory usage, number of connected clients, number of clients waiting for blocking commands
@@ -62,3 +69,7 @@ download: [releases](https://github.com/Kuari/RedFish/releases)
6269
![Screenshots](./Screenshots/Screenshots5.png)
6370

6471
![Screenshots](./Screenshots/Screenshots6.png)
72+
73+
![Screenshots](./Screenshots/Screenshots7.png)
74+
75+
![Screenshots](./Screenshots/Screenshots8.png)

README.zh-CN.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
<p align="center">
22
<img src="./build/icon.png" alt="logo" width="120" height="120" />
33
</p>
4-
<h3 align="center">RedFish</h3>
4+
<h3 align="center">RedisFish</h3>
55

66
<p align="center">
7-
<img src="https://img.shields.io/github/v/release/Kuari/RedFish.svg" alt="release" />
7+
<img src="https://img.shields.io/github/v/release/Kuari/RedisFish.svg" alt="release" />
88
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen" alt="RPs" />
9-
<img src="https://img.shields.io/github/downloads/Kuari/RedFish/total" alt="downloads" />
9+
<img src="https://img.shields.io/github/downloads/Kuari/RedisFish/total" alt="downloads" />
1010
</p>
1111

1212

1313

1414
## 介绍
1515

16-
`RedFish`是一款便捷、跨平台、专注于数据的Redis GUI客户端🌈🌈🌈。自从`Beta 1.0.0`之后,经过几个月的开发,优化了不少地方,甚至有的功能包括不同的处理方式,可以适应不同的操作习惯,希望能够带来更好的体验。
16+
`RedisFish`是一款便捷、跨平台、专注于数据的Redis GUI客户端🌈🌈🌈。或许你会喜欢~
1717

18-
语言: 简体中文 [英文](https://github.com/Kuari/RedFish)
18+
自从`v 1.0.0`后,收到不少小伙伴儿很有用的反馈,非常感谢!
1919

20-
下载: [releases](https://github.com/Kuari/RedFish/releases)
20+
> 原RedFish,由于重名而改名
21+
22+
23+
24+
语言: 简体中文 [English](https://github.com/Kuari/RedisFish)
25+
26+
下载: [releases](https://github.com/Kuari/RedisFish/releases)
2127

2228

2329

@@ -30,22 +36,23 @@
3036
* JSON自动格式化
3137
* JSON查看和编辑
3238
* key列表分页查询
33-
* key列表可以通过前缀分组筛选,支持`:``-``_``#``=``+`分割
39+
* key列表可以通过前缀分组筛选,支持`:``-``_``#``=``+`分割,在设置中选择
40+
* key列表支持两种不同模式:列表直接展示和根据前缀分类成文件夹展示,在设置中切换
3441
* console支持两种不同模式:单条命令执行和多命令同时执行
3542
* 支持日志功能,查看执行命令日志
3643
* 数据库监控,支持cpu占用率、内存使用量、已连接客户端数、等待阻塞命令客户端数
3744
* 发布/订阅功能图形化操作
3845
* TLS
3946
* 暗黑模式
4047
* 多语言支持,支持中文、英文,根据系统自动切换
41-
* 自动更新(目前仅限mac端
48+
* 自动更新(目前仅限MAC和Linux端
4249

4350

4451

4552
## 快捷键
4653

4754
* **复制**: `Command/Ctrl` + `鼠标左击`点击数据复制
48-
* **数据放大编辑**: `鼠标右击`数据,打开Data Zoom,包括文本和json两种模式,可以自动识别
55+
* **Data Zoom**: `鼠标右击`数据,打开Data Zoom,包括文本和json两种模式,可以自动识别
4956

5057

5158

@@ -67,4 +74,8 @@
6774

6875
![Screenshots](./Screenshots/Screenshots5.png)
6976

70-
![Screenshots](./Screenshots/Screenshots6.png)
77+
![Screenshots](./Screenshots/Screenshots6.png)
78+
79+
![Screenshots](./Screenshots/Screenshots7.png)
80+
81+
![Screenshots](./Screenshots/Screenshots8.png)

Screenshots/Screenshots1.png

-17.4 KB
Loading

Screenshots/Screenshots2.png

-21.6 KB
Loading

Screenshots/Screenshots3.png

-19.5 KB
Loading

Screenshots/Screenshots4.png

-73.8 KB
Loading

Screenshots/Screenshots5.png

-985 Bytes
Loading

Screenshots/Screenshots6.png

49.4 KB
Loading

Screenshots/Screenshots7.png

1.13 MB
Loading

Screenshots/Screenshots8.png

995 KB
Loading

0 commit comments

Comments
 (0)