The Redis project does not directly support Windows, however the Microsoft Open Tech group develops and maintains and experimental Windows port targeting Win32/64.
Click bin folder
Click release folder
There are 2 zip files, one for 32 bit, the other for 64 bit. Click one of them to next page.
Click View Raw to download .zip file
Open the zip file, it contains 5 .exe files.
- redis-server.exe: The redis server
- redis-cli.exe: The redis command line interface
Double click on redis-server.exe to launch the server, you will see Server started and its Port # if successfully.
Testing on Redis command line interface
cli: command line interface
Same port # is used in server and cli
Redis Commands, http://redis.io/commands
Test following commands: set, get, del
沒有留言:
張貼留言