-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added cluster viewing and analysis capabilities
Added cluster viewing and analysis capabilities
- Loading branch information
1 parent
556d1dc
commit bd21dda
Showing
9 changed files
with
464 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1128,7 +1128,7 @@ void MainWindow::about() { | |
"<br>" | ||
"<b>RedisView</b><br><br>" | ||
"作者 :王长春<br>" | ||
"版本 :Community v1.6.5<br>" | ||
"版本 :Community v1.6.6<br>" | ||
"邮箱 :[email protected]<br>" | ||
"地址 :<a href='https://sourceforge.net/projects/redisview/'>sourceforge</a> <a href='https://github.com/cc20110101/RedisView'>github</a> <a href='https://www.oschina.net/p/RedisView'>oschina</a><br>" | ||
"版权 :Copyright 2018 Powered By CC<br>" | ||
|
@@ -1139,6 +1139,7 @@ void MainWindow::about() { | |
void MainWindow::history() { | ||
QMessageBox::about(this, tr("版本历史"), | ||
tr( | ||
"<br>2019/05/30 Version 1.6.6 新增集群信息查看分析功能.<br>" | ||
"<br>2019/05/08 Version 1.6.5 修复设置含空格值失败Bug.<br>" | ||
"<br>2019/04/08 Version 1.6.4 修复值初始化模式Bug.<br>" | ||
"<br>2019/04/05 Version 1.6.3 修复键值过长显示不全Bug.<br>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.