We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CredisException
Failed to AUTH connection
/mnt/hgfs/code/ycf_resque/protected/components/yii-resque/lib/Credis/Client.php(612)
600 } 601 602 // Multi and pipeline return self for chaining 603 if($this->isMulti) { 604 call_user_func_array(array($this->redisMulti, $name), $args); 605 return $this; 606 } 607 608 $response = call_user_func_array(array($this->redis, $name), $args); 609 } 610 // Wrap exceptions 611 catch(RedisException $e) { 612 throw new CredisException($e->getMessage(), $e->getCode()); 613 } 614 615 #echo "> $name : ".substr(print_r($response, TRUE),0,100)."\n"; 616 617 // change return values where it is too difficult to minim in standalone mode 618 switch($name) 619 { 620 case 'hmget': 621 $response = array_values($response); 622 break; 623 case 'type': 624 $typeMap = array(
The text was updated successfully, but these errors were encountered:
Can't reproduce this, can you show me your configuration?
Sorry, something went wrong.
No branches or pull requests
CredisException
Failed to AUTH connection
/mnt/hgfs/code/ycf_resque/protected/components/yii-resque/lib/Credis/Client.php(612)
The text was updated successfully, but these errors were encountered: