Skip to content

Commit

Permalink
Merge pull request tj#52 from pixelcort/master
Browse files Browse the repository at this point in the history
Remove 5 minute reference
  • Loading branch information
tj committed Jul 28, 2012
2 parents b837d1d + 0e1768b commit c2e2ee6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Readme.md
Expand Up @@ -28,7 +28,6 @@ connect-redis is a Redis session store backed by [node_redis](http://github.com/

connect.createServer(
connect.cookieParser(),
// 5 minutes
connect.session({ store: new RedisStore(options), secret: 'keyboard cat' })
);

Expand Down

0 comments on commit c2e2ee6

Please sign in to comment.