Skip to content

Tags: taeyoung-yoon/node_redis

Tags

v0.9.0

Toggle v0.9.0's commit message
0.9.0

v0.8.6

Toggle v0.8.6's commit message
0.8.6

v0.8.5

Toggle v0.8.5's commit message
0.8.5

v0.8.4

Toggle v0.8.4's commit message
0.8.4

v0.8.3

Toggle v0.8.3's commit message
0.8.3

v0.8.1

Toggle v0.8.1's commit message
Important bug fix for null responses (Jerry Sievert)

v0.8.0

Toggle v0.8.0's commit message
Many contributed features and fixes, including:

* Pure JavaScript reply parser that is usually faster than hiredis (Jerry Sievert)
* Remove hiredis as optionalDependency from package.json. It still works if you want it.
* Restore client state on reconnect, including select, subscribe, and monitor. (Ignacio Burgueño)
* Fix idle event (Trae Robrock)
* Many documentation improvements and bug fixes (David Trejo)

v0.7.2

Toggle v0.7.2's commit message
Many contributed fixes. Thank you, contributors.

* [redisGH-190] - pub/sub mode fix (Brian Noguchi)
* [redisGH-165] - parser selection fix (TEHEK)
* numerous documentation and examples updates
* auth errors emit Errors instead of Strings (David Trejo)

v0.7.1

Toggle v0.7.1's commit message
Fix regression in reconnect logic.

Very much need automated tests for reconnection and queue logic.

v0.7.0

Toggle v0.7.0's commit message
Many contributed fixes. Thanks everybody.

* [redisGH-127] - properly re-initialize parser on reconnect
* [redisGH-136] - handle passing undefined as callback (Ian Babrou)
* [redisGH-139] - properly handle exceptions thrown in pub/sub event handlers (Felix Geisendörfer)
* [redisGH-141] - detect closing state on stream error (Felix Geisendörfer)
* [redisGH-142] - re-select database on reconnection (Jean-Hugues Pinson)
* [redisGH-146] - add sort example (Maksim Lin)

Some more goodies:

* Fix bugs with node 0.6
* Performance improvements
* New version of `multi_bench.js` that tests more realistic scenarios
* [redisGH-140] - support optional callback for subscribe commands
* Properly flush and error out command queue when connection fails
* Initial work on reconnection thresholds