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 [email protected]
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