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 Versions

1
16

0.6.6

Diff

published 0.6.5 •

Changelog

Source

v0.6.5 - July 6, 2011

Contributed changes:

  • Support SlowBuffers (Umair Siddique)
  • Add Multi to exports (Louis-Philippe Perron)
  • Fix for drain event calculation (Vladimir Dronnikov)

Thanks!

published 0.6.4 •

Changelog

Source

v0.6.4 - June 30, 2011

Fix bug with optional callbacks for hmset.

published 0.6.3 •

published 0.6.2 •

Changelog

Source

v0.6.2 - June 30, 2011

Bugs fixed:

  • authentication retry while server is loading db (danmaz74) [GH-101]
  • command arguments processing issue with arrays

New features:

  • Auto update of new commands from redis.io (Dave Hoover)
  • Performance improvements and backpressure controls.
  • Commands now return the true/false value from the underlying socket write(s).
  • Implement command_queue high water and low water for more better control of queueing.

See examples/backpressure_drain.js for more information.

published 0.6.1 •

Changelog

Source

v0.6.1 - June 29, 2011

Add support and tests for Redis scripting through EXEC command.

Bug fix for monitor mode. (forddg)

Auto update of new commands from redis.io (Dave Hoover)

published 0.6.0 •

Changelog

Source

v0.6.0 - April 21, 2011

Lots of bugs fixed.

  • connection error did not properly trigger reconnection logic [GH-85]
  • client.hmget(key, [val1, val2]) was not expanding properly [GH-66]
  • client.quit() while in pub/sub mode would throw an error [GH-87]
  • client.multi(['hmset', 'key', {foo: 'bar'}]) fails [GH-92]
  • unsubscribe before subscribe would make things very confused [GH-88]
  • Add BRPOPLPUSH [GH-79]
published 0.5.11 •

Changelog

Source

v0.5.11 - April 7, 2011

Added DISCARD

I originally didn't think DISCARD would do anything here because of the clever MULTI interface, but somebody pointed out to me that DISCARD can be used to flush the WATCH set.

published 0.5.10 •

Changelog

Source

v0.5.10 - April 6, 2011

Added HVALS

published 0.5.9 •

Changelog

Source

v0.5.9 - March 14, 2011

Fix bug with empty Array arguments - Andy Ray

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