-
-
Couldn't load subscription status.
- Fork 2.2k
-
I think there are some discrepancy in docs
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?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment