You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Fix some minor issues and add more tests
Do not mutate the options object and add some more tests
This commit is contained in:
@@ -122,9 +122,9 @@ module.exports = {
|
||||
}
|
||||
var options = [{
|
||||
detect_buffers: true
|
||||
// Somehow we need a undefined here - otherwise the parsers return_buffers value is always true
|
||||
// Investigate this further
|
||||
}, undefined];
|
||||
}, {
|
||||
detect_buffers: false
|
||||
}];
|
||||
options.forEach(function (options) {
|
||||
var strOptions = '';
|
||||
var key;
|
||||
|
Reference in New Issue
Block a user