Skip to content

Instantly share code, notes, and snippets.

View harucsx's full-sized avatar

Gukyeong Jung harucsx

  • VisionAxis AI LLC
  • San Francisco, US
  • 22:38 (UTC -08:00)
View GitHub Profile
@harucsx
harucsx / install-redis.sh
Created November 27, 2018 11:11 — 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