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
{{ message }}
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
I found that our server sometimes throw the exception read error on connection.
We are using with phpredis.
The issue also happens in the vanilla phpredis and they have a long issue discussing that.
The owner suggests that changing the connection from pconnect to connect could help.
Reference: phpredis/phpredis#70 (comment)
Checking the source code I found that this library is using pconnect. Can this be configurable?
(e.g. accept parameters on choosing between pconnect or connect)
Hello,
I found that our server sometimes throw the exception
read error on connection.We are using with phpredis.
The issue also happens in the vanilla phpredis and they have a long issue discussing that.
The owner suggests that changing the connection from
pconnecttoconnectcould help.Reference: phpredis/phpredis#70 (comment)
Checking the source code I found that this library is using
pconnect. Can this be configurable?(e.g. accept parameters on choosing between
pconnectorconnect)Thanks you,
Gene