Centos7.2 installation redis question: can the compiled (located in the user directory) redis-5.0.2 directory be deleted?

download command: wget http://download.redis.io/rele.
decompression command: tar-zxvf redis-5.0.2.tar.gz

extract and execute make and make install
, and then copy redis-server, redis-cli, redis.conf to the / usr/local/redis directory.
can the original extracted and compiled redis-5.0.2 directory (located in the user directory) be deleted?

Jan.12,2022

Why can't you use yum directly for your own make,?


of course.

if you are worried about missing files, rename the source directory and restart redis to check whether it is normal.

  • Redis server went away

    < H1 > 1. Problem description < H1 > No error is reported when the command line runs, and: redis server went away error occurs in the form of browser access server script < H1 > Test Code: < H1 > : < H1 > problem speculation < H1 > 1.php-redi...

  • Redis remote connection unknown error

    problem description the environmental background of the problems and what methods you have tried window10 remote connection local virtual machine centos7 configuration file has been modified bind 127.0.0.1 has been commented related codes ...

    Jul.08,2022
Menu