You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Remove deprecated parser option
This commit is contained in:
committed by
Ruben Bridgewater
parent
98527e0fc5
commit
78187142cb
@@ -17,9 +17,9 @@ describe('rename commands', function () {
|
||||
});
|
||||
});
|
||||
|
||||
helper.allTests(function (parser, ip, args) {
|
||||
helper.allTests(function (ip, args) {
|
||||
|
||||
describe('using ' + parser + ' and ' + ip, function () {
|
||||
describe('using ' + ip, function () {
|
||||
var client = null;
|
||||
|
||||
beforeEach(function (done) {
|
||||
@@ -28,8 +28,7 @@ describe('rename commands', function () {
|
||||
rename_commands: {
|
||||
set: '807081f5afa96845a02816a28b7258c3',
|
||||
GETRANGE: '9e3102b15cf231c4e9e940f284744fe0'
|
||||
},
|
||||
parser: parser
|
||||
}
|
||||
});
|
||||
|
||||
client.on('ready', function () {
|
||||
@@ -124,7 +123,6 @@ describe('rename commands', function () {
|
||||
rename_commands: {
|
||||
set: '807081f5afa96845a02816a28b7258c3'
|
||||
},
|
||||
parser: parser,
|
||||
prefix: 'baz'
|
||||
});
|
||||
client.set('foo', 'bar');
|
||||
|
Reference in New Issue
Block a user