Windows环境
If you find any problem starting Redis, the first place you should check is
the Apache error log file:
C:/websoft9/nodejs*/redis/var/log/redis-server.log.
Most errors are related to not being able to listen to the default port.
Make sure there are no other server programs listening at the same port
before trying to start Redis. For issues not covered in this Quick Start guide, please refer to
the Redis documentation, which is located at http://redis.io/documentationLast updated