Skip to content

Instantly share code, notes, and snippets.

@bryanwongbh
Forked from bchumney/cloud9-redis-usage.txt
Created October 24, 2016 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bryanwongbh/9c6ef868104e78fb0415e9711f6e76e3 to your computer and use it in GitHub Desktop.
Save bryanwongbh/9c6ef868104e78fb0415e9711f6e76e3 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