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?