Skip to content

Instantly share code, notes, and snippets.

View adrianbsb's full-sized avatar

Adrian S. adrianbsb

View GitHub Profile
@adrianbsb
adrianbsb / setup-redis.sh
Last active December 10, 2018 14:52 — forked from jpickwell/install-redis.sh
Setup Redis 5 on Amazon Linux / CentOS / RHEL 7
#!/bin/bash
###############################################
# To use:
# curl -O https://gist.githubusercontent.com/adrianbsb/7610a8d75a21241a88c1b99d0ddfbad0/raw/74e6609a76225a8fc2a364cfc5d2694edbf86df5/setup-redis.sh
# chmod +x setup-redis.sh
# ./setup-redis.sh
###############################################
version=5.0.0