Skip to content

Instantly share code, notes, and snippets.

@zubair1024
Created December 26, 2019 11:52
Show Gist options
  • Save zubair1024/50187307eb5c57f46a3044979c9a6856 to your computer and use it in GitHub Desktop.
Save zubair1024/50187307eb5c57f46a3044979c9a6856 to your computer and use it in GitHub Desktop.

Install Redis Server

  • The Redis packages are available under the default apt repository. For the installation of Redis on an Ubuntu VPS. Run below command from the terminal to install Redis on your machine:

sudo apt-get install redis-server

  • Next is to enable Redis to start on system boot. Also restart Redis service once.

sudo systemctl enable redis-server.service

References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment