Here are the steps to install Redis on Ubuntu for later review.
Step 1: Download
Download link: http://download.redis.io/releases/redis-4.0.9.tar.gz download: – > the terminal input: wget download. Redis. IO/releases/re…
Step 2: Decompress
Run the tar XZF redis-4.0.9.tar.gz command
Step 3: Move it to the USR/ local directory
Sudo mv./redis-4.0.9 /usr/local/redis/
Step 4: Access the Redis directory
Run the CD /usr/local/redis/command
Step 5: Generate
Command: sudo make
Step 6: Test. This will take a long time
Step 7: Install,
Install Redis commands in /usr/local/bin/directory /
Command :sudo make install
Step 8: After the installation is complete, go to the /usr/local/bin directory
Run the CD /usr/local/bin ls -all command
- Redis-server Indicates the Redis server
- Redis -cli Redis command line client
- Redis – Benchmark Redis performance test tool
- Redis-check-aof The aOF file repair tool
- Redis-check-rdb Indicates the RDB file retrieval tool
Step 9: Move the configuration file to the /etc/directory
Configuration file directory to/usr/local/redis/redis conf sudo cp/usr/local/redis/redis conf/etc/redis/by the end of this in the Ubuntu installation redis steps have been completed!!!!!