Skip to content

Commit

Permalink
Add simple redis example since one was missing from quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
ecliptik committed Apr 29, 2016
1 parent 32d46e5 commit 56aef15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/quick-start-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,12 @@ confd -onetime -backend env
confd -onetime -backend stackengine -auth-token stackengine_api_key -node 192.168.255.210:8443 -scheme https
```

#### redis

```
confd -onetime -backend redis -node 192.168.255.210:6379
```

=======
#### rancher

Expand Down

0 comments on commit 56aef15

Please sign in to comment.