111 Star 437 Fork 187

nesc/redis-manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Redis manager

GitHub|码云

Start a redis-manager

sudo docker run -d --net=host --name redis-manager  \
-v /opt/app/redis-manager-test/conf:/usr/share/redis-manager/conf \
reasonduan/redis-manager

Update config by environment variables

If you don't need to modify too much configuration information, you can modify the configuration file by configuring environment variables.

$sudo docker run -d --net=host --name redis-manager  \
-e MYSQL_URL='jdbc:mysql://127.0.0.1:3306/redis_manager?useUnicode=true&characterEncoding=utf-8' \
-e MYSQL_USER='root' \
-e MYSQL_PWD='******' \
reasonduan/redis-manager

Update config by remote file

If you need to change a lot of configuration information, you can update your configuration by configuring a remote configuration file.

$sudo docker run -d --net=host --name redis-manager  \
-e CONFIG_URL='http://127.0.0.1/config/raw/master/redis_manager/application.yml' \
reasonduan/redis-manager
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/newegg/redis-manager.git
git@gitee.com:newegg/redis-manager.git
newegg
redis-manager
redis-manager
master

搜索帮助