Skip to content

Instantly share code, notes, and snippets.

View jpickwell's full-sized avatar

Jordan Pickwell jpickwell

View GitHub Profile
@jpickwell
jpickwell / install-redis.sh
Last active May 14, 2024 07:38 — forked from khelll/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