Redis does not have to be installed, directly from the directory operation.
Here's how Windows operates Redis
The first is the download, which must be a. zip or an. msi (directly installed version). Unzip must have redis-server.exe this file.
Those hair links I do not want to say more, waste other people's time.
To start, please enter your Redis directory under DOS and enter the command. such as:c:\redis>
Start service command: Redis-server.exe redis.conf "Note that some files are redis.windows.conf, change to Redis.windows.conf"
Start client command: Redis-cli.exe-h 127.0.0.1-p 6379
I practice the installation:
1. Enter DOS > I installed under the E-drive so enter E:
2. Input: Redis\redis-server.exe redis.conf
3. Re-open a DOS window, test input: redis-cli.exe-h 127.0.0.1-p 6379
Note: Do not close the DOS window after starting the Redis server side, otherwise the server will stop running.
You want to restart a new DOS window to start the client.
Redis windows64-bit download link
Redis windows32-bit download link
Windows installation Redis