1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

tests: remove hiredis from testing suite

as parser no longer supports hiredis
This commit is contained in:
Salakar
2020-02-06 21:26:53 +00:00
parent c78e55d874
commit fbdac9e0ad
2 changed files with 2 additions and 11 deletions

View File

@@ -163,11 +163,6 @@ module.exports = {
}
var parsers = ['javascript'];
var protocols = ['IPv4'];
// The js parser works the same as the hiredis parser, just activate this if you want to be on the safe side
// try {
// require('hiredis');
// parsers.push('hiredis');
// } catch (e) {/* ignore eslint */}
if (process.platform !== 'win32') {
protocols.push('IPv6', '/tmp/redis.sock');
}