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

Phalcon/Cache/Backend/Memcached.php is NOT Memcached #78

Closed
moderndeveloperllc opened this issue Dec 11, 2013 · 0 comments
Closed

Phalcon/Cache/Backend/Memcached.php is NOT Memcached #78

moderndeveloperllc opened this issue Dec 11, 2013 · 0 comments

Comments

@moderndeveloperllc
Copy link

Contrary to it's name, Phalcon/Cache/Backend/Memcached.php is using the Memcache extension, NOT the Memcached extension. This should either be renamed or rewritten as these are not the same thing and will cause further confusion of an already confusing topic.

use Memcache as NativeMemcache;

$this->_memcache = new NativeMemcache;
tiraeth pushed a commit to tiraeth/incubator that referenced this issue Dec 30, 2013
This backend uses Memcache extension, not Memcached.
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

1 participant