You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Another version bump because 0.8.1 didn't get applied properly for some mysterious reason.
Sorry about that. Changed name of "faster" parser to "javascript".
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
Changelog
|
||||
=========
|
||||
|
||||
## v0.8.2 - November 11, 2012
|
||||
|
||||
Another version bump because 0.8.1 didn't get applied properly for some mysterious reason.
|
||||
Sorry about that.
|
||||
|
||||
Changed name of "faster" parser to "javascript".
|
||||
|
||||
## v0.8.1 - September 11, 2012
|
||||
|
||||
Important bug fix for null responses (Jerry Sievert)
|
||||
|
@@ -6,7 +6,7 @@ function Packet(type, size) {
|
||||
this.size = +size;
|
||||
}
|
||||
|
||||
exports.name = "faster";
|
||||
exports.name = "javascript";
|
||||
exports.debug_mode = false;
|
||||
|
||||
function ReplyParser(options) {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{ "name" : "redis",
|
||||
"version" : "0.8.1",
|
||||
"description" : "Redis client library, battle-tested by Voxer",
|
||||
"keywords" : [ "redis", "pub", "sub", "voxer", "database" ],
|
||||
"version" : "0.8.2",
|
||||
"description" : "Redis client library",
|
||||
"keywords" : [ "redis", "database" ],
|
||||
"author": "Matt Ranney <mjr@ranney.com>",
|
||||
"main": "./index.js",
|
||||
"scripts": {
|
||||
|
Reference in New Issue
Block a user