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

Add memcache Adapter #7

Closed
wants to merge 1 commit into from
Closed

Add memcache Adapter #7

wants to merge 1 commit into from

Conversation

mimmi20
Copy link
Contributor

@mimmi20 mimmi20 commented Jan 5, 2016

I added a Adapter to use Memcache, for all Systems where Memcached is not available.

I also fixed an Fatal Error for Memcached on HHVM and cleaned up the build for Travis a bit.

If the extra changes should get their own PR or this branch squased, plaese tell me.

@@ -5,6 +5,7 @@ sudo: false
services:
- redis-server
- memcached
- memcache
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

memcache is a PHP client to memcached. It is not a service/daemon -- memcached is the only service to use.

http://memcached.org

@frqnck
Copy link
Member

frqnck commented Jan 6, 2016

@mimmi20 these changes and additions should be split in different PRs, at least:

  • one specific to memcache (that do not alter anything else),
  • another specific to memcached (that may alter memcached files only),
  • one for the Travis and composer stuffs...

The general idea with a PR is to keep it short and concise so it is easy to review and merge. The goal is to avoid breaking existing code that depends on this package.

Also, in your memcache do not duplicate memcached files if there are no change in them -- inheriting from Memcached.php (and possibly its indexer) may have been wiser?

I am interested in some of the changes in Memcached but I cannot review them as it stands.

@mimmi20
Copy link
Contributor Author

mimmi20 commented Jan 6, 2016

Need to rework this

@mimmi20 mimmi20 closed this Jan 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants