Skip to content

Instantly share code, notes, and snippets.

@sintaxi
Created August 27, 2010 21:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sintaxi/554225 to your computer and use it in GitHub Desktop.
Save sintaxi/554225 to your computer and use it in GitHub Desktop.

STEP 1) provision (you may have done this)

curl -k -u username:sekrit https://api.no.de/smartmachines/node -F "coupon=mycouponcode"

curl -k -u username:sekrit https://api.no.de/smartmachines/node/:id

ssh node@MY.IP.ADD.RESS

STEP 2) install/start redis

pkgin install redis

svccfg import /opt/local/share/smf/manifest/redis.xml

svcadm enable redis

STEP 3) profit

redis-cli set foo "hello world"

redis-cli get foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment