Skip to content
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

Remove persistentId ("PayU") from OauthCacheMemcached #67

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

webdudi
Copy link

@webdudi webdudi commented Jan 18, 2017

It's not namespace or prefix - it's persistent_id.

http://php.net/manual/en/memcached.construct.php

persistent_id
By default the Memcached instances are destroyed at the end of the request. To create an instance that persists between requests, use persistent_id to specify a unique ID for the instance. All instances created with the same persistent_id will share the same connection.

If it's in constructor - the number of current connections to memcached grows rapidly.

@webdudi webdudi changed the title Remove persistentId ("PayU") from OauthCacheMemcached - Remove persistentId ("PayU") from OauthCacheMemcached Mar 19, 2017
@glenior
Copy link

glenior commented Aug 20, 2021

This change improves the performance of the library. Why is this not merged into the master?

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

Successfully merging this pull request may close these issues.

2 participants