Horje
how to install redis Code Example
how to install redis
$ curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg
$ echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list
$ sudo apt-get update
$ sudo apt-get install redis
Source: redis.io
install redis
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
Source: redis.io
redis cache start
sudo /etc/init.d/redis_6379 start
Source: redis.io




Shell

Related
crontab only working days Code Example crontab only working days Code Example
how to install requirements.txt Code Example how to install requirements.txt Code Example
how to install deb file in kali linux Code Example how to install deb file in kali linux Code Example
copy ssh key directly window Code Example copy ssh key directly window Code Example
install ubuntu deb Code Example install ubuntu deb Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10