Created
February 15, 2020 16:21
-
-
Save hiukky/6f0a87e5667109b00130e8b0cf8e4f80 to your computer and use it in GitHub Desktop.
redis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To start Redis server | |
sudo systemctl start redis | |
To start Redis automatically when your server boots | |
sudo systemctl enable redis | |
To restart Redis server | |
sudo systemctl restart redis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment