-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
525b437
commit 74d5b85
Showing
12 changed files
with
38 additions
and
16 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 |
---|---|---|
@@ -1,7 +1,27 @@ | ||
# redis-admin | ||
redis-admin | ||
golang + vue + elementui 实现简单的redis后台管理 | ||
* 支持自定义分隔符 | ||
* 可修改field和值 | ||
* 可直接运行redis命令 | ||
|
||
# 使用方法 | ||
clone下来后,直接运行目录中的可执行文件。 | ||
也可源代码安装(但不太推荐,目前对前端不熟练,尤其是nmp,webpace之类的,碰到坑的话,那就下去看看吧): | ||
|
||
via curl | ||
> sh -c "$(curl -fsSL https://raw.githubusercontent.com/Tang-RoseChild/redis-admin/master/install.sh)" | ||
via wget | ||
> sh -c "$(wget https://raw.githubusercontent.com/Tang-RoseChild/redis-admin/master/install.sh -O -)" | ||
## TODO | ||
|
||
* refactor | ||
* add tutorial | ||
默认端口号9092.再浏览器中输入localhost:9092即可 | ||
|
||
#目录结构 | ||
backend:golang代码 | ||
front:前端界面代码 | ||
install.sh源代码安装脚本 | ||
static:front编译后的dist文件夹 | ||
|
||
## TODO | ||
* 添加类似kibana的控制台 |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1 +1 @@ | ||
<!DOCTYPE html><html><head><meta charset=utf-8><title>redis</title><link href=/static/css/app.3efa06abbb352a4ccd58024c605f5c01.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.1f128e9a3d2d57488380.js></script><script type=text/javascript src=/static/js/vendor.50fdd451637ce6b61ebb.js></script><script type=text/javascript src=/static/js/app.1afdcc2729fd4cfa0ffe.js></script></body></html> | ||
<!DOCTYPE html><html><head><meta charset=utf-8><title>redis</title><link href=/static/css/app.3efa06abbb352a4ccd58024c605f5c01.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=/static/js/manifest.cacf1978870d6daa348e.js></script><script type=text/javascript src=/static/js/vendor.50fdd451637ce6b61ebb.js></script><script type=text/javascript src=/static/js/app.ec3933c49eb3bf3d6f86.js></script></body></html> |
This file was deleted.
Oops, something went wrong.
9 changes: 5 additions & 4 deletions
9
static/static/js/app.1afdcc2729fd4cfa0ffe.js → static/static/js/app.ec3933c49eb3bf3d6f86.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...tatic/js/manifest.1f128e9a3d2d57488380.js → ...tatic/js/manifest.cacf1978870d6daa348e.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.