Skip to content

Instantly share code, notes, and snippets.

View santthosh's full-sized avatar

Santthosh santthosh

  • California
  • 22:27 (UTC -07:00)
View GitHub Profile
#!/bin/bash
# from here: http://www.codingsteps.com/install-redis-2-6-on-amazon-ec2-linux-ami-or-centos/
# and here: https://raw.github.com/gist/257849/9f1e627e0b7dbe68882fa2b7bdb1b2b263522004/redis-server
###############################################
# To use:
# wget https://gist.github.com/santthosh/6094607/raw/2990f6232f4a4eac7904d4deb2344c19455aee1f/install-redis.sh
# chmod 777 install-redis.sh
# ./install-redis.sh
###############################################
echo "*****************************************"