Moja lekcja

 0    4 flashcards    jakitaki
download mp3 print play test yourself
 
Question English Answer English
Install redis cli and server
start learning
sudo dnf install redis
initialize redis server
start learning
sudo systemctl start redis
start redis on boot
start learning
sudo systemctl enable redis
redis config file
start learning
sudo nano /etc/redis/redis. conf

You must sign in to write a comment