examples: add comment about Redis install in examples

closes #3310
This commit is contained in:
Owen Luke 2017-05-17 23:55:27 +08:00 committed by Douglas Christopher Wilson
parent cf37240e73
commit 9f019c8c69
3 changed files with 15 additions and 3 deletions

View File

@ -1,4 +1,8 @@
// first:
// install redis first:
// https://redis.io/
// then:
// $ npm install redis online
// $ redis-server

View File

@ -1,4 +1,8 @@
// first:
// install redis first:
// https://redis.io/
// then:
// $ npm install redis
// $ redis-server

View File

@ -1,4 +1,8 @@
// first:
// install redis first:
// https://redis.io/
// then:
// $ npm install redis
// $ redis-server