Socket
Socket
Sign inDemoInstall

connect-redis

Package Overview
Dependencies
10
Maintainers
0
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

5

History.md
1.0.6 / 2011-06-21
==================
* Added `socket` option so that we can connect to a sockets as well [mekwall]
1.0.5 / 2011-06-02

@@ -3,0 +8,0 @@ ==================

3

lib/connect-redis.js

@@ -1,2 +0,1 @@

/*!

@@ -46,3 +45,3 @@ * Connect - Redis

Store.call(this, options);
this.client = new redis.createClient(options.port, options.host, options);
this.client = new redis.createClient(options.port || options.socket, options.host, options);
if (options.pass) {

@@ -49,0 +48,0 @@ this.client.auth(options.pass, function(err){

{
"name": "connect-redis",
"description": "Redis session store for Connect",
"version": "1.0.5",
"version": "1.0.6",
"author": "TJ Holowaychuk <tj@vision-media.ca>",

@@ -6,0 +6,0 @@ "main": "./index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc