Nosql--redis To install the configuration under Win7 one
Some of it's from the Internet.
1. Download and install
Redis It does not have the official version of Windows, but unofficial version, to the official website to download the corresponding version, My computer is win7 under the system, download the 2.4.5 version of the
Http://code.google.com/p/servicestack/wiki/RedisWindowsDownload#Download_32bit_Cygwin_builds_for_Windows
Then you can unzip it directly.
I cut the 64bit folder directly to the D drive and changed the name redis-2.4.5, which means my redis installation directory is d:\redis-2.4.5. Because there are already redis.conf files in this version, there is no need to add redis.conf files.
Redis-server.exe: Service Program
Redis-check-dump.exe: Local Database Check
Redis-check-aof.exe: Update log Check
Redis-benchmark.exe: performance test to simulate simultaneous sending of Mge sets/gets queries by n clients
2. Configuration operation
To start Redis:
Input command:redis-server.exe redis.conf
This means that the Redis boot is successful, Note: Do not close the window, or Redis will stop the service. And then another window to set the client
Input command:redis-cli.exe-h 192.168.0.112-p 6379
This allows you to work with Redis.