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
The connection will not be closed on end of request until the php process ends. So be prepared for too many open FD's errors (specially on redis server side) when using persistent connections on many servers connecting to one redis server.
Note: Closing a persistent connection requires PhpRedis >= 4.2.0.
So, close() closes the connection when version >= 4.2.0 or not?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I think there are some discrepancy in docs
So,
close()
closes the connection when version >= 4.2.0 or not?Beta Was this translation helpful? Give feedback.
All reactions