Recommend this page to a friend! |
Classes of Igor Escobar | Terminal Crossword | connected-users-websocket/node_modules/socket.io/node_modules/redis/changelog.md | Download |
|
|
DownloadChangelogv0.7.2 - April 29, 2012Many contributed fixes. Thank you, contributors.
v0.7.1 - November 15, 2011Fix regression in reconnect logic. Very much need automated tests for reconnection and queue logic. v0.7.0 - November 14, 2011Many contributed fixes. Thanks everybody.
Some more goodies:
v0.6.7 - July 30, 2011(accidentally skipped v0.6.6) Fix and test for [GH-123] Passing an Array as as the last argument should expand as users expect. The old behavior was to coerce the arguments into Strings, which did surprising things with Arrays. v0.6.5 - July 6, 2011Contributed changes:
Thanks! v0.6.4 - June 30, 2011Fix bug with optional callbacks for hmset. v0.6.2 - June 30, 2011Bugs fixed:
New features:
See v0.6.1 - June 29, 2011Add 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) v0.6.0 - April 21, 2011Lots of bugs fixed.
v0.5.11 - April 7, 2011Added 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. v0.5.10 - April 6, 2011Added HVALS v0.5.9 - March 14, 2011Fix bug with empty Array arguments - Andy Ray v0.5.8 - March 14, 2011Add v0.5.7 - February 27, 2011Add magical auth command. Authentication is now remembered by the client and will be automatically sent to the server on every connection, including any reconnections. v0.5.6 - February 22, 2011Fix bug in ready check with Thanks to Dean Mao and Austin Chau. v0.5.5 - February 16, 2011Add probe for server readiness. When a Redis server starts up, it might take a while to load the dataset into memory. During this time, the server will accept connections, but will return errors for all non-INFO commands. Now node_redis will send an INFO command whenever it connects to a server. If the info command indicates that the server is not ready, the client will keep trying until the server is ready. Once it is ready, the client will emit a "ready" event as well as the "connect" event. The client will queue up all commands sent before the server is ready, just like it did before. When the server is ready, all offline/non-ready commands will be replayed. This should be backward compatible with previous versions. To disable this ready check behavior, set As a side effect of this change, the key/val params from the info command are available as
v0.5.4 - February 11, 2011Fix excess memory consumption from Queue backing store. Thanks to Gustaf Sjöberg. v0.5.3 - February 5, 2011Fix multi/exec error reply callback logic. Thanks to Stella Laurenzo. v0.5.2 - January 18, 2011Fix bug where unhandled error replies confuse the parser. v0.5.1 - January 18, 2011Fix bug where subscribe commands would not handle redis-server startup error properly. v0.5.0 - December 29, 2010Some bug fixes:
New feature:
v0.4.1 - December 8, 2010Remove warning about missing hiredis. You probably do want it though. v0.4.0 - December 5, 2010Support for multiple response parsers and hiredis C library from Pieter Noordhuis. Return Strings instead of Buffers by default. Empty nested mb reply bug fix. v0.3.9 - November 30, 2010Fix parser bug on failed EXECs. v0.3.8 - November 10, 2010Fix for null MULTI response when WATCH condition fails. v0.3.7 - November 9, 2010Add "drain" and "idle" events. v0.3.6 - November 3, 2010Add all known Redis commands from Redis master, even ones that are coming in 2.2 and beyond. Send a friendlier "error" event message on stream errors like connection refused / reset. v0.3.5 - October 21, 2010A few bug fixes.
unversioned wastelandSee the git history for what happened before. |