@@ -269,7 +269,9 @@ RedisClient.prototype.create_stream = function () {
// Fire the command before redis is connected to be sure it's the first fired command
if(this.auth_pass!==undefined){
this.ready=true;
this.auth(this.auth_pass);
this.ready=false;
}
};
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.