1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-11-24 21:57:38 +00:00

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

View File

@ -5,7 +5,8 @@
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