How to Compile and Install Redis 3.2.6 on Linux
Note: For Redis installation and startup, we use the user jjzb here. Please create the relevant user in advance. The installation path is /home/jjzb/redis; you can modify it according to your situation.
1.Compile and install [root@localhost ~]#yum -y install gcc gcc-c++ libstdc++-devel tcl wget vim …