You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
Support for multiple reply parsers including hiredis.
Several parsing bugs fixed in JavaScript. Some new config options that need to be better documented.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
if (process.versions.node.match(/^0.3/)) {
|
||||
exports.util = require("util");
|
||||
} else {
|
||||
/* This module is called "sys" in 0.2.x */
|
||||
// This module is called "sys" in 0.2.x
|
||||
exports.util = require("sys");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user