We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a974c6 commit 7b76bfcCopy full SHA for 7b76bfc
lib/parser.js
@@ -210,6 +210,7 @@ function JavascriptRedisParser (options) {
210
throw new TypeError('Please provide all return functions while initiating the parser')
211
}
212
if (options.name === 'hiredis') {
213
+ /* istanbul ignore next: hiredis is only supported for legacy usage */
214
try {
215
var Hiredis = require('../test/hiredis')
216
console.error(new TypeError('Using the hiredis parser is discouraged. Please remove the name option.').stack.replace('Error', 'Warning'))
0 commit comments