https://github.com/elliotxx/my-redis
一个 Redis-x64-3.2.100 windows 7 集成包(开箱即用,自动部署)
https://github.com/elliotxx/my-redis
redis
Last synced: 4 days ago
JSON representation
一个 Redis-x64-3.2.100 windows 7 集成包(开箱即用,自动部署)
- Host: GitHub
- URL: https://github.com/elliotxx/my-redis
- Owner: elliotxx
- License: mit
- Created: 2017-07-02T03:07:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-02T03:32:34.000Z (over 8 years ago)
- Last Synced: 2025-10-04T00:53:23.727Z (4 days ago)
- Topics: redis
- Language: Batchfile
- Homepage:
- Size: 4.09 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## my-redis - Redis-x64-3.2.100 windows 7 集成包(几乎开箱即用)
### 特性
1. windows 系统的 redis
2. 自动配置环境变量
3. 自动创建服务启动脚本
4. 集成的 redis 版本为 **Redis-x64-3.2.100**### 安装过程
1. 项目 clone 到本地
```
git clone https://github.com/windcode/my-redis.git
```
2. 双击目录中 **install-redis.bat** 运行批处理文件
3. 注销或者重启电脑,使配置生效### 测试使用
1. 随便打开一个命令行,运行 **start-redis.bat**
2. 出现 redis 启动信息,说明 redis 服务启动成功### 注意
1. 本项目只适应于 windows 64位系统
2. 在 windows 7 x64 位中测试通过