Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

connect-redis

Package Overview
Dependencies
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

connect-redis - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

5

History.md
1.0.7 / 2011-08-04
==================
* Fixed: re-select db on connection (reconnection logic issue with node_redis)
1.0.6 / 2011-06-21

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

7

lib/connect-redis.js

@@ -55,2 +55,7 @@ /*!

self.client.select(options.db);
self.client.on("connect", function() {
self.client.send_anyways = true;
self.client.select(options.db);
self.client.send_anyways = false;
});
}

@@ -142,2 +147,2 @@ };

return RedisStore;
};
};

2

package.json
{
"name": "connect-redis",
"description": "Redis session store for Connect",
"version": "1.0.6",
"version": "1.0.7",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc