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

redis

Package Overview
Dependencies
Maintainers
0
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

._changelog.md

2

._example.js

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

Mac OS X  2��ATTRq<U�� � com.macromates.caretx���R������<[k0?'3/«��
Mac OS X  2��ATTRx^v�� � com.macromates.caretx���R������<[k0?'3/«��

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRq<W��!�!com.macromates.caret{
Mac OS X  2��ATTRx^x��!�!com.macromates.caret{
column = 0;
line = 1;
line = 6;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRq<Z��#�#com.macromates.caret{
Mac OS X  2��ATTRx^{��#�#com.macromates.caret{
column = 0;
line = 562;
line = 269;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRq<^��!�!com.macromates.caret{
column = 0;
line = 5;
Mac OS X  2��ATTRx^���"�"com.macromates.caret{
column = 22;
line = 1;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRq<R��#�#com.macromates.caret{
Mac OS X  2��ATTRx^r��#�#com.macromates.caret{
column = 0;
line = 170;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRq<`��$�$com.macromates.caret{
Mac OS X  2��ATTRx^���$�$com.macromates.caret{
column = 58;
line = 221;
}
Changelog
=========
## v0.5.4 - February 11, 2011
Fix excess memory consumption from Queue backing store.
Thanks to Gustaf Sjöberg.
## v0.5.3 - February 5, 2011
Fix multi/exec error reply callback logic.
Thanks to Stella Laurenzo.
## v0.5.2 - January 18, 2011

@@ -5,0 +17,0 @@

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRq<m��"�"com.macromates.caret{
Mac OS X  2��ATTRx^���"�"com.macromates.caret{
column = 0;
line = 13;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRq<o��"�"com.macromates.caret{
Mac OS X  2��ATTRx^���"�"com.macromates.caret{
column = 0;
line = 10;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRq<r��!�!com.macromates.caret{
Mac OS X  2��ATTRx^���!�!com.macromates.caret{
column = 0;
line = 1;
}

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRq<w��!�!com.macromates.caret{
Mac OS X  2��ATTRx^���!�!com.macromates.caret{
column = 0;
line = 6;
}

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

Mac OS X  2��ATTRq<y�� � com.macromates.caretx���R������<[k0?'3/«��
Mac OS X  2��ATTRx^��� � com.macromates.caretx���R������<[k0?'3/«��

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRq<}��"�"com.macromates.caret{
Mac OS X  2��ATTRx^���"�"com.macromates.caret{
column = 0;
line = 31;
}

@@ -115,2 +115,4 @@ /*global Buffer require exports console setTimeout */

}
self.offline_queue = new Queue();
// Even though items were shifted off, Queue backing store still uses memory until next add
});

@@ -137,2 +139,10 @@

});
self.offline_queue = new Queue();
self.command_queue.forEach(function (args) {
if (typeof args[2] === "function") {
args[2](message);
}
});
self.command_queue = new Queue();

@@ -188,2 +198,3 @@ self.connected = false;

});
self.command_queue = new Queue();

@@ -235,2 +246,3 @@ // If this is a requested shutdown, then don't retry

this.emit("idle");
this.command_queue = new Queue();
}

@@ -262,2 +274,3 @@

this.emit("idle");
this.command_queue = new Queue();
}

@@ -264,0 +277,0 @@

{ "name" : "redis",
"version" : "0.5.3",
"version" : "0.5.4",
"description" : "Redis client library",

@@ -4,0 +4,0 @@ "author": "Matt Ranney <mjr@ranney.com>",

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

Mac OS X  2��ATTRq<c�� � com.macromates.caretx���R������<[k0?'3/«��
Mac OS X  2��ATTRx^��� � com.macromates.caretx���R������<[k0?'3/«��

@@ -1,4 +0,4 @@

Mac OS X  2��ATTRq<e��"�"com.macromates.caret{
Mac OS X  2��ATTRx^���"�"com.macromates.caret{
column = 0;
line = 18;
}
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