Tags: taeyoung-yoon/node_redis
Tags
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)
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)
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
PreviousNext