Windows 7 system installation redis operation tutorial

  

redis is a key-value storage system, similar to Memcached and other storage systems, it can largely compensate for the lack of key/value storage such as memcached. So, how to install redis under Windows7 system? Let's take a look at it.

Method /Step:

1, Redis first download, to download the corresponding Windows version of the system, a small series of 64-bit;

official website to download address: https: //github.com/dmajkic/redis/downloads

2, download codecs, look inside the file;

3, the mounting of installation files are copied to directory, here small copy to E: \\ redis;

4, dos open command bar, CD switching to E: \\ redis, run command redis-server.exe redis. the conf, the map appears to explain the success;

5, cmd reopen a window switching command to redis, redis-cli.exe -h 127.0.0.1 -p 6379 -a 123456 where 127.0.0.1 is the local ip, 6379 is the default port redis service side, redis password is 123456, the next appearance diagram to explain redis build success;

6, build a good test, execution Set test “hello wordd”, then get the key value.

These are the Windows7 operating system installation method redis will not operate friends, you can see more tutorials operation.

Copyright © Windows knowledge All Rights Reserved