Skip to content

Instantly share code, notes, and snippets.

View jpickwell's full-sized avatar

Jordan David Pickwell jpickwell

View GitHub Profile
@jpickwell
jpickwell / install-redis.sh
Last active July 3, 2026 04:37 — 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