If you are using Windows, you need to download & install the Virtual box. Then follows these steps to setup the Redis in CentOS:
In CentOS, open the terminal & enter the root mode:
$ su
Install the Redis:
$ wget http://download.redis.io/releases/redis-5.0.7.tar.gz
$ tar xzf redis-5.0.7.tar.gz
$ cd redis-5.0.7
$ make distclean
$ make
Config the Redis:
- You can clone the RedisEasy project from LE-components (RedisEasy branch):
$ git clone https://gitlab.com/listingexpress/LE-components.git
- For the next configuration steps, you can follows the setup instruction in
"Final_1.1.0/Documents" folder after cloned.