Skip to content

nikita-v/openshift-memcached-cart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memcached cartridge

Memcached 1.4.15 cartridge for openshift.

Setup

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/

Usage

  • OPENSHIFT_MEMCACHED_HOST
  • OPENSHIFT_MEMCACHED_PORT

This environment variables contains information for connection.

Memcached tuning

  • Create file "your_repo/.openshift/memcached_additional_parameters"
  • Write additional parameters (available parameters)
  • Deploy your application

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages