1.获取 https://github.com/MSOpenTech/redis
2.解压\redis-2.8\bin\release
3.阅读RedisService.docx
4.启动报错:
QForkMasterInit: system error caught. error code=0x000005af, message=VirtualAllo
cEx failed.: unknown error为什么:
5.根据实际主机情况,修改redis.windows.conf:设定maxmemory、maxheap的值
6.安装完成,测试 redis-cli; set foo bar.