1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Remove further parser option

This commit is contained in:
Ruben Bridgewater
2016-12-17 18:12:32 +01:00
committed by Ruben Bridgewater
parent 912b89ca36
commit 46eaaa4deb

View File

@@ -8,7 +8,7 @@ var redis = config.redis;
describe('detect_buffers', function () { describe('detect_buffers', function () {
var client; var client;
var args = config.configureClient('javascript', 'localhost', { var args = config.configureClient('localhost', {
detect_buffers: true detect_buffers: true
}); });