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 b7a0f6f commit f45a898Copy full SHA for f45a898
index.js
@@ -380,7 +380,6 @@ RedisClient.prototype.on_ready = function () {
380
381
RedisClient.prototype.on_info_cmd = function (err, res) {
382
if (err) {
383
- /* istanbul ignore if: the command info is not existing on some servers for security reasons */
384
if (err.message === "ERR unknown command 'info'") {
385
this.server_info = {};
386
this.on_ready();
0 commit comments