使用Windows版Redis
1、下载Windows版本的Redis
2、在redis目录里创建redis.conf
# Redis configuration file example
# By default Redis does not run as a daemon. Use 'yes' if you need it.
# Note that Redis will write a pid file in /var/run/redis.pid when daemonized.
# 说明:Windows does not support daemonize.
daemonize no