From 43e66d31095f96fa6fba37a524bffa545d67435c Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Wed, 10 Sep 2014 11:22:39 -0700 Subject: [PATCH] updating redis example --- examples/redis_example/example.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/redis_example/example.js b/examples/redis_example/example.js index b010168..37042ee 100644 --- a/examples/redis_example/example.js +++ b/examples/redis_example/example.js @@ -1,6 +1,5 @@ // Setup: -// npm install redis -// npm install sol-redis-pool +// npm install redis@0.6.7 sol-redis-pool@0.1.0 // node examples/redis_example/example.js var util = require('util');