Skip to content

Instantly share code, notes, and snippets.

@hiukky
Created February 15, 2020 16:21
Show Gist options
  • Save hiukky/6f0a87e5667109b00130e8b0cf8e4f80 to your computer and use it in GitHub Desktop.
Save hiukky/6f0a87e5667109b00130e8b0cf8e4f80 to your computer and use it in GitHub Desktop.
redis
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