Skip to content
New issue

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

Failed to AUTH connection #24

Open
kcloze opened this issue Jun 2, 2015 · 1 comment
Open

Failed to AUTH connection #24

kcloze opened this issue Jun 2, 2015 · 1 comment

Comments

@kcloze
Copy link

kcloze commented Jun 2, 2015

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(
@rolies106
Copy link
Owner

Can't reproduce this, can you show me your configuration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants