Skip to content

Create and operate multiple instances of memcached on the same host

License

Notifications You must be signed in to change notification settings

benvaljean/memcached-multi-instance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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*

About

Create and operate multiple instances of memcached on the same host

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages