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 fixes. Thank you, contributors.
* [GH-190] - pub/sub mode fix (Brian Noguchi) * [GH-165] - parser selection fix (TEHEK) * numerous documentation and examples updates * auth errors emit Errors instead of Strings (David Trejo)
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
## v0.7.2 - April 29, 2012
|
||||
|
||||
Many contributed fixes. Thank you, contributors.
|
||||
|
||||
* [GH-190] - pub/sub mode fix (Brian Noguchi)
|
||||
* [GH-165] - parser selection fix (TEHEK)
|
||||
* numerous documentation and examples updates
|
||||
* auth errors emit Errors instead of Strings (David Trejo)
|
||||
|
||||
## v0.7.1 - November 15, 2011
|
||||
|
||||
Fix regression in reconnect logic.
|
||||
|
16
package.json
16
package.json
@@ -5,22 +5,6 @@
|
||||
"maintainers": [
|
||||
"David Trejo <david.daniel.trejo@gmail.com> (http://dtrejo.com/)"
|
||||
],
|
||||
"contributors": [
|
||||
"Rick Olson",
|
||||
"Tim-Smart",
|
||||
"TJ Holowaychuk",
|
||||
"Orion Henry",
|
||||
"Hank Sims",
|
||||
"Aivo Paas",
|
||||
"Paul Carey",
|
||||
"Pieter Noordhuis",
|
||||
"Andy Ray",
|
||||
"Vladimir Dronnikov",
|
||||
"Dave Hoover",
|
||||
"David Trejo",
|
||||
"Philip Tellis",
|
||||
"Marcus Westin"
|
||||
],
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
"test": "node ./test.js"
|
||||
|
Reference in New Issue
Block a user