Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 861 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 861 Bytes

memcached-multi-instance

Create and operate multiple instances of memcached on the same host

Symbolic link to this init.d script in the format of memcached.TYPE where type is the name of the sharded multi instance. Options are sourced from /etc/sysconfig/memcached.TYPE

For example:

$ ln -s memcached-multi-instance.sh memcached.content
$ ln -s memcached-multi-instance.sh memcached.locks
$ ln -s memcached-multi-instance.sh memcached.sessions
$ ls -l memcached*
lrwxrwxrwx 1 bgoodacre bgoodacre   35 Aug 12 10:02 memcached.content -> memcached-multi-instance.sh*
lrwxrwxrwx 1 bgoodacre bgoodacre   35 Aug 12 10:02 memcached.locks -> memcached-multi-instance.sh*
-rwxr-xr-x 1 bgoodacre bgoodacre 2.7K Aug 12 09:59 memcached-multi-instance.sh*
lrwxrwxrwx 1 bgoodacre bgoodacre   35 Aug 12 10:02 memcached.sessions -> memcached-multi-instance.sh*