Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rase- committed Jun 28, 2015
1 parent 0a65fd7 commit 18e85bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@

## Redis
`brew install redis` and follow instructions to run -- or equivalent package/manual install for your favorite distro

To make sure redis is running you can do something like this:
```
redis-cli
SET hello "world"
GET hello
```

0 comments on commit 18e85bc

Please sign in to comment.