# redis-docker **Repository Path**: qiushaocloud/redis-docker ## Basic Information - **Project Name**: redis-docker - **Description**: 这是一个 redis docker ,请使用 docker-compose 跑起来,根据自己的需求进行配置,配置信息在 .env 文件配置 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-12-22 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # redis-docker #### 介绍 这是一个 redis docker ,请使用 docker-compose 跑起来,根据自己的需求进行配置,配置信息在 .env 文件配置 #### 使用说明 1. 执行命令授予执行脚本权限:`sed -i -e 's/\r$//' *.sh && chmod -R 755 *.sh` 2. 执行 `cp env.tpl .env`,并且配置 .env 3. 根据 .env 文件 REDIS_CFG_FILE_PATH 所填写内容,将 test-volumes/redis.conf 拷贝到 $REDIS_CFG_FILE_PATH 处,被根据自己的需要配置 redis.conf 4. 运行 ./run-docker.sh 【注:docker-compose 低版本识别不了 .env,需要进行升级,作者用的版本是: 1.29.2】 5. 查看日志: docker logs qiushaocloud-redis-server #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 分享者信息 1. 分享者邮箱: qiushaocloud@126.com 2. [分享者网站](https://www.qiushaocloud.top) 3. [分享者自己搭建的 gitlab](https://gitlab.qiushaocloud.top/qiushaocloud) 3. [分享者 gitee](https://gitee.com/qiushaocloud/dashboard/projects) 3. [分享者 github](https://github.com/qiushaocloud?tab=repositories)