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

redis-client-proxy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-client-proxy - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

lib/server.js

@@ -56,2 +56,5 @@ var _ = require('underscore');

this.client = (redis.createClient(serverInfo.port, serverInfo.host));
if (!!serverInfo.pass) {
this.client.auth(serverInfo.pass);
}
this._attachHandlers(this.client);

@@ -58,0 +61,0 @@ } catch(err) {

2

package.json
{
"name": "redis-client-proxy",
"version": "0.0.1",
"version": "0.0.2",
"private": false,

@@ -5,0 +5,0 @@ "dependencies": {

{
"development": [
{"host" : "pomelo.com", "port" : "6379","type":"master"},
{"host" : "pomelo.com", "port" : "6479","type":"slave"}
{"host" : "127.0.0.1", "port" : "6379","type":"master"},
{"host" : "127.0.0.1", "port" : "6479","type":"slave"}
],
"production": [
{"host" : "pomelo4.server.163.org", "port" : "6379","type":"master"},
{"host" : "pomelo4.server.163.org", "port" : "6479","type":"slave"}
{"host" : "127.0.0.1", "port" : "6379","type":"master"},
{"host" : "127.0.0.1", "port" : "6479","type":"slave"}
]
}
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