windows中装备redis(3.0之前版本)
redis 64位下载地址:https://github.com/ServiceStack/redis-windows,本人测试使用的是redis-64.3.0.503版本。
启动redis:
redis-server.exe redis.windows.conf
将redis加入到windows的服务中(service和loglevel前都是两个-)
redis-server.exe --service-install redis.windows.conf --loglevel verbose