Skip to content

pconnect support? #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
bobzhangyong opened this issue May 12, 2015 · 5 comments
Closed

pconnect support? #12

bobzhangyong opened this issue May 12, 2015 · 5 comments
Assignees

Comments

@bobzhangyong
Copy link

Does it support redis pconnect ? I read src code, it seems not support pconnect, do you have any plan to support it ?

@bazilio91
Copy link

Pretty dangerous feature. We should manage persistent connection pool for php-fpm(cgi) like apis. Just look into phpredis source https://github.com/phpredis/phpredis/blob/develop/redis_session.c

@samdark
Copy link
Member

samdark commented May 25, 2015

@bazilio91 by dangerous you mean eating too much resources?

@bazilio91
Copy link

@samdark watch this :) http://profyclub.ru/docs/145

@samdark
Copy link
Member

samdark commented May 26, 2015

EPIC intro :) Overall yeah, pconnect could be unstable.

@cebe
Copy link
Member

cebe commented Apr 5, 2017

This is already supported via STREAM_CLIENT_PERSISTENT option at $socketClientFlags.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants