You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tested a simple SET GET in my Yii2 code and then logged into the Redis server and can see the Key/Value set in the Redis server. So the connection directly using yiisoft/redis is working.
Perhaps I missed a configuration setting somewhere?
Q
A
Yii version
2.0.30
PHP version
5.6.40
Operating system
Ubuntu
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
Install yii-soft/redis and yiisoft-yii2-queue
Set yii-soft/redis config to point to a remote server
Run the command
./yii queue/info
What's expected?
Expect the info of the queue to be shown.
What do you get instead?
Error message saying connection refused and not attempting to use the settings in the 'redis' section.
Additional info
I have tested a simple SET GET in my Yii2 code and then logged into the Redis server and can see the Key/Value set in the Redis server. So the connection directly using yiisoft/redis is working.
Perhaps I missed a configuration setting somewhere?
The text was updated successfully, but these errors were encountered: