Skip to content

Commit

Permalink
examples: add comment about Redis install in examples
Browse files Browse the repository at this point in the history
closes #3310
  • Loading branch information
hiowenluke authored and dougwilson committed May 18, 2017
1 parent cf37240 commit 9f019c8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion examples/online/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// first:

// install redis first:
// https://redis.io/

// then:
// $ npm install redis online
// $ redis-server

Expand Down
6 changes: 5 additions & 1 deletion examples/search/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// first:

// install redis first:
// https://redis.io/

// then:
// $ npm install redis
// $ redis-server

Expand Down
6 changes: 5 additions & 1 deletion examples/session/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// first:

// install redis first:
// https://redis.io/

// then:
// $ npm install redis
// $ redis-server

Expand Down

0 comments on commit 9f019c8

Please sign in to comment.