How do I run Redis on Windows 32 bit?
问题 I have tried to set up Redis server on my windows 7 32 bit. I did not find a 32-bit supportive version of Redis. How can I do this? Advance thanks. 回答1: Download the .zip file to your hard drive. Unzip the files into any location, such as ‘C:\Program Files\Redis\’. Add the path of your Redis folder as a Windows ‘environment variable.’ Open your Command Prompt (ex: cmd.exe). install redis server redis-server --service-install start redis server redis-server --service-start save and stop the