Skip to content

Instantly share code, notes, and snippets.

@muhqu
Created August 30, 2013 08:06
Show Gist options
  • Select an option

  • Save muhqu/6387439 to your computer and use it in GitHub Desktop.

Select an option

Save muhqu/6387439 to your computer and use it in GitHub Desktop.
$mem->setOption(Memcached::OPT_LIBKETAMA_COMPATIBLE, true);
$mem->setOption(Memcached::OPT_DISTRIBUTION, Memcached::DISTRIBUTION_CONSISTENT);
!=
$mem->setOption(Memcached::OPT_DISTRIBUTION, Memcached::DISTRIBUTION_CONSISTENT);
$mem->setOption(Memcached::OPT_LIBKETAMA_COMPATIBLE, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment