Skip to content

Instantly share code, notes, and snippets.

@herosu77
herosu77 / install-redis.sh
Created February 20, 2019 05:45 — forked from jpickwell/install-redis.sh
Installing Redis 5.0.0 on Amazon Linux
#!/bin/bash
###############################################
# To use:
# chmod +x install-redis.sh
# ./install-redis.sh
###############################################
version=5.0.0