public
Description: Multi-port memcached init script.
Homepage: http://dewey.ws
Clone URL: git://github.com/retr0h/memcached_init.git
retr0h (author)
Wed Aug 20 19:37:08 -0700 2008
commit  dea3107711c6043895f1cb5a7657bcc47d688237
tree    1b39606adee3dfd09b8a8b83d200ffe2303c929a
parent  62924aab08b5335e0e1095f43d6d0d7038f2cee3
name age message
file MIT-LICENSE Loading commit data...
file README.rdoc
file memcached
README.rdoc

memcached_init

This is a multi-port memcached init script, intended for memcached farms.

  • Script is nasty and based off "The Commando Pattern"
          http://www.lsd.ic.unicamp.br/~oliva/fun/prog/resign-patterns
    

Help desired via git:

    git clone git://github.com/retr0h/memcached_init.git

Usage

  • /etc/init.d/memcached status (status of each process)
  • /etc/init.d/memcached stop { port }
  • /etc/init.d/memcached start { port }

TODO

  • Add Redhat (chkconfig) and debian comments.
  • Rework port definition section.