docs(redis): check redis status and restart

This commit is contained in:
Julien Le Coupanec 2020-09-28 14:23:49 +02:00
parent 8b1ae69f76
commit e963b93ded
1 changed files with 4 additions and 3 deletions

View File

@ -3,9 +3,10 @@
# *****************************************************************************
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
redis-server /path/redis.conf # start redis with the related configuration file
redis-cli # opens a redis prompt
sudo systemctl restart redis.service # Restart Redis
sudo systemctl status redis # Check Redis status
# *****************************************************************************
# STRINGS