Skip to content

Instantly share code, notes, and snippets.

@bchumney
Created October 21, 2013 17:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save bchumney/7087969 to your computer and use it in GitHub Desktop.
Save bchumney/7087969 to your computer and use it in GitHub Desktop.
Cloud 9 Redis Usage
nada-nix install redis
redis-server --port 16379 --bind $IP
./redis-cli -h $IP -p 16379
//Persistent
echo "bind $IP\nport 16379" > redis.conf
redis-server redis.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment