Christopher Gomboz
Results
1
issues of
Christopher Gomboz
Added support to allow for multiple servers and set memcached options. $hosts = array( 'host1', 'host2' ); $ports = array( 11211, 11212 ); $options = array( Memcached::OPT_DISTRIBUTION => Memcached::DISTRIBUTION_CONSISTENT, Memcached::OPT_LIBKETAMA_COMPATIBLE...