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
It's much faster then raw "connect" (and sometimes then unix socket!) and the only change to implement is to change "connect" to "pconnect" in your code when connecting to redis instance.
We've done it in our installation when we begin to get too many redis connections. Everything goes fine.
The text was updated successfully, but these errors were encountered:
@iprok , can you please confirm if this has been performance tested? Seems the downside of this is more number of open connections in the Redis Server side, which I believe can be handled with the timeout setting.
Please make an option to use persistent connection to redis: https://github.com/phpredis/phpredis#pconnect-popen .
It's much faster then raw "connect" (and sometimes then unix socket!) and the only change to implement is to change "connect" to "pconnect" in your code when connecting to redis instance.
We've done it in our installation when we begin to get too many redis connections. Everything goes fine.
The text was updated successfully, but these errors were encountered: