Install redis in window, and install redis in window
Run cmd to install the SDK:1. download installation package: Internal redis-check-dump.exe: local database check redis-check-aof.exe: Update log check redis-benchmark.exe: Performance Test to simulate sending M SETs/GETs query .redis-cli.exe at the same time by N clients: After the server is turned on, our client can enter various commands to test the function.
Go to cmd
My computer 64-bit: redis dll address in D: \ redis \ redis-2.4.5-win32-win64 \ 64bit
If no exception occurs after enabling, the startup is successful.
Ps: because the service is not added, the window must be kept open for use.
Run cmd again to open a command window.
Run redis-cli. OK is successful!
Ps: 1. Use the weindows service to install Redis,
Redis service installation package address: https://github.com/rgl/redis/downloads
After downloading, click Install as prompted. After installation, find the redis service to start.
2. Use redis in C #
Download redis call driver dll, address: http://redis.io/clients official website is recommended to use ServiceStack. Redis, in the project reference download dll can be.