1. Installing VMware in Windows7
2. Installing CENTOS7 in VMware
3. Disable the Firewalld.service Centos7 comes with
4. Installing the Iptables Firewall
5. Install Redis 3.2.6 is the latest stable version.
6. Modify the Redis.conf profile (can only be displayed because it cannot be copied)
Find your redis-3.2.6 redis.conf configuration file.
Because the configuration file is too long I will not copy it.
VI redis.conf
Note #bind 127.0.0.1
Note #protected-mode No
!wq start Redis after saving exit
Note that the boot requires a configuration file
Note here: Root login switches to the redis-3.2.6 directory:
Input Src/redis-server
See the following to start the success
At this point you can use the Windows7 telnet command to test open cmd telnet 192.168.2.1:6379 (self-view ipconfig in the virtual machine) (6379 default port)
Or, use Redis Desktop Manager to open the link test.
VMware installation Centos7 Installing Redis windows7 access to Redis