Skip to content

Instantly share code, notes, and snippets.

@phamk
phamk / install-redis.sh
Last active September 11, 2021 19:55 — forked from jpickwell/install-redis.sh
Installing Redis 6.0.5 on Amazon Linux
#!/bin/bash
###############################################
# To use:
# chmod +x install-redis.sh
# ./install-redis.sh
###############################################
version=6.0.5
port=6739