mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-24 13:47:36 +00:00
docs(redis): check redis status and restart
This commit is contained in:
parent
8b1ae69f76
commit
e963b93ded
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user