Changelog
v0.6.5 - July 6, 2011
Contributed changes:
Thanks!
Changelog
v0.6.2 - June 30, 2011
Bugs fixed:
New features:
See examples/backpressure_drain.js
for more information.
Changelog
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)
Changelog
v0.6.0 - April 21, 2011
Lots of bugs fixed.
Changelog
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.