Skip to content

Instantly share code, notes, and snippets.

View sspathare97's full-sized avatar

Sagar Pathare sspathare97

View GitHub Profile
@hackedunit
hackedunit / install-redis.md
Last active September 5, 2024 12:22
Install and configure Redis on Ubuntu 16.04 with systemd
  1. Install pre-requisities

sudo apt-get install build-essential tcl

  1. Install Redis
cd /tmp
curl -O http://download.redis.io/redis-stable.tar.gz
tar xzvf redis-stable.tar.gz