I\'m trying to use redis for sessions in my express app.
I do the following:
var express = require(\'express\'); var RedisStore = require(\'connect-r
I had the same problem. It turned out that redis was simply configured to a different port.