Skip to content

Instantly share code, notes, and snippets.

@pooza
Created April 16, 2017 06:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pooza/0af8096c69e7914fe5f3f4c893e43bc6 to your computer and use it in GitHub Desktop.
Save pooza/0af8096c69e7914fe5f3f4c893e43bc6 to your computer and use it in GitHub Desktop.
複数のmemcachedを立ち上げる。
memcached_profiles="foo bar"
memcached_foo_enable="YES"
memcached_foo_flags="-p 0 -s /tmp/memcached_foo.sock"
memcached_bar_enable="YES"
memcached_bar_flags="-p 0 -s /tmp/memcached_bar.sock"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment