Closed theaungmyatmoe closed 5 months ago
hey @aungmyatmoethegreat, this error is not caused by this package and is about connection timeout (just like the message).
It's not something that my package can change, because this is (as far as I remember) a socket timeout. It's one of the reasons why --keep-alive flag exists.
If you want to get rid of this, you should be looking for a different configuration of your Redis, perhaps the default_socket_timeout or persistent connections.
See this topic: https://github.com/phpredis/phpredis/issues/1543 for some information on this particular error. Maybe something will help you
Thank you, I’” change my driver.
Error
Step to reproduce:
Package Version
Resoultion
This could be resolved by using
--keep-alive
flag. But it's generally restarting the connection.