Memcached 1.4.15 cartridge for openshift.
To install to OpenShift from the CLI (you'll need version 1.9 or later of rhc), create your app and then run:
rhc add-cartridge http://memcached-nv.rhcloud.com/
- OPENSHIFT_MEMCACHED_HOST
- OPENSHIFT_MEMCACHED_PORT
This environment variables contains information for connection.
- Create file "your_repo/.openshift/memcached_additional_parameters"
- Write additional parameters (available parameters)
- Deploy your application
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request