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:
@@ -5,7 +5,8 @@
|
|||||||
|
|
||||||
redis-server /path/redis.conf # start redis with the related configuration file
|
redis-server /path/redis.conf # start redis with the related configuration file
|
||||||
redis-cli # opens a redis prompt
|
redis-cli # opens a redis prompt
|
||||||
|
sudo systemctl restart redis.service # Restart Redis
|
||||||
|
sudo systemctl status redis # Check Redis status
|
||||||
|
|
||||||
# *****************************************************************************
|
# *****************************************************************************
|
||||||
# STRINGS
|
# STRINGS
|
||||||
|
|||||||
Reference in New Issue
Block a user