SSH into your EC2 instance. Run the following:
$ sudo yum install gcc This may return an "already installed" message. That's OK.
$ wget http://download.redis.io/redis-stable.tar.gz && tar xvzf redis-stable.tar.gz && cd redis-stable && make
| Key-Type: 1 | |
| Key-Length: 2048 | |
| Subkey-Type: 1 | |
| Subkey-Length: 2048 | |
| Name-Real: Root Superuser | |
| Name-Email: [email protected] | |
| Expire-Date: 0 |
| #!/bin/bash | |
| if [[ $EUID -ne 0 ]]; then | |
| echo "You must run this as root." | |
| exit 1 | |
| fi | |
| I=lo | |
| PORT=${PORT-23000} | |
| DELAY=${DELAY-25ms} |
SSH into your EC2 instance. Run the following:
$ sudo yum install gcc This may return an "already installed" message. That's OK.
$ wget http://download.redis.io/redis-stable.tar.gz && tar xvzf redis-stable.tar.gz && cd redis-stable && make
| package main | |
| import ( | |
| "archive/zip" | |
| "fmt" | |
| "log" | |
| "os" | |
| "time" | |
| "github.com/cryptix/go/logging" |
| import java.io.ByteArrayInputStream; | |
| import java.io.IOException; | |
| import java.io.InputStream; | |
| import java.lang.instrument.ClassFileTransformer; | |
| import java.lang.instrument.IllegalClassFormatException; | |
| import java.lang.reflect.Field; | |
| import java.net.URL; | |
| import java.net.URLClassLoader; | |
| import java.util.Enumeration; | |
| import java.util.List; |