Skip to content

Instantly share code, notes, and snippets.

@alexandrebl
Created April 14, 2018 21:23
Show Gist options
  • Select an option

  • Save alexandrebl/0fc0c1a0a120199208183548cdc93057 to your computer and use it in GitHub Desktop.

Select an option

Save alexandrebl/0fc0c1a0a120199208183548cdc93057 to your computer and use it in GitHub Desktop.
Redis running under Docker
docker run --name redis_test -p 6379:6379 -d redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment