An open API service indexing awesome lists of open source software.

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 集成包(开箱即用,自动部署)

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 位中测试通过