mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
docs(redis): check redis status and restart
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user