You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-09 00:22:08 +03:00
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)
This commit is contained in:
10
changelog.md
10
changelog.md
@@ -1,6 +1,16 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
## v0.8.0 - September 10, 2012
|
||||
|
||||
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 - April 29, 2012
|
||||
|
||||
Many contributed fixes. Thank you, contributors.
|
||||
|
Reference in New Issue
Block a user