Class Yiisoft\Queue\Redis\Exception\NotConnectedRedisException
| Inheritance | Yiisoft\ |
|---|---|
| Implements | Yiisoft\ |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getName() | Yiisoft\ |
|
| getSolution() | Yiisoft\ |
Method Details
| public ?string getSolution ( ) |
public function getSolution(): ?string
{
return 'Check your Redis configuration and run $redis->connect() before using it.';
}
User Contributed Notes
Leave a comment
Join the conversation to share a note.