2013年9月27日 星期五

Redis Installation for Windows

The Redis project does not directly support Windows, however the Microsoft Open Tech group develops and maintains and experimental Windows port targeting Win32/64.

http://redis.io/download

image

Click bin folder

image

Click release folder

image

There are 2 zip files, one for 32 bit, the other for 64 bit. Click one of them to next page.

image

Click View Raw to download .zip file

image

Open the zip file, it contains 5 .exe files.

- redis-server.exe: The redis server

- redis-cli.exe: The redis command line interface

image

Double click on redis-server.exe to launch the server, you will see Server started and its Port # if successfully.

image

 

Testing on Redis command line interface

cli: command line interface

image

Same port # is used in server and cli

image

Redis Commands, http://redis.io/commands

image

Test following commands: set, get, del

image

沒有留言:

張貼留言