bvgcd 发表于 2013-12-31 09:03:49

windows下安装redis

Getting started with Redis on Windows is easy:

1. Download the latest .exe package fromhttps://github.com/rgl/redis/downloads (choose the appropriate latest 32 or 64 bit version).

2. Running the exe will install Redis as a service and install the Redis client.

Troubleshooting

I got an issue when installing the service through the setup.I had to do so manually using this command (ensure that you run cmd as Administrator):

sc create redis binPath= "C:\Program Files\Redis\redis-service.exe redis conf/redis.conf"
Note that Windows is particularly fussy about the space after binPath=, and paths with spaces must be wrapped with quotes.

Have fun!

杨叔叔 发表于 2013-12-31 09:46:29

??如果连自己想做的事都不敢做,那还是我自己吗??

视频的容积 发表于 2013-12-31 12:10:02

海绵宝宝笑的那么的开心,是不是它不会有悲伤。

蔷薇525 发表于 2013-12-31 13:36:54

不知沵还记不记得迩许峩的海誓山盟
页: [1]
查看完整版本: windows下安装redis