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 83a1be2 commit 338b3cdCopy full SHA for 338b3cd
index.js
@@ -402,7 +402,7 @@ RedisClient.prototype.on_info_cmd = function (err, res) {
402
// expose info key/vals to users
403
this.server_info = obj;
404
405
- if (!obj.loading || (obj.loading && obj.loading === "0")) {
+ if (!obj.loading || obj.loading === "0") {
406
if (exports.debug_mode) {
407
console.log("Redis server ready.");
408
}
0 commit comments