You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Remove further parser option
This commit is contained in:
committed by
Ruben Bridgewater
parent
912b89ca36
commit
46eaaa4deb
@@ -8,7 +8,7 @@ var redis = config.redis;
|
||||
describe('detect_buffers', function () {
|
||||
|
||||
var client;
|
||||
var args = config.configureClient('javascript', 'localhost', {
|
||||
var args = config.configureClient('localhost', {
|
||||
detect_buffers: true
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user