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.
2 parents ec4c41f + 338b3cd commit ba3c709Copy full SHA for ba3c709
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