new version memcached-1.4.24 and php-pecl-memcached question

2015-11-26 Thread Cheng Ali
*I have installed memcached ,php-pecl-memcached and libmemcached.* 1.memcached (1.4.24) 2.php5.5.30 , php-pecl-memcached (2.2.0) 3.libmemcached(1.0.18) I try with php script test.php addServer('127.0.0.1',11211); $stats = $mc->getAllKeys(); echo "Return code:", $mc->getResultCode()."\n"; echo

Re: new version memcached-1.4.24 and php-pecl-memcached question

2015-11-26 Thread dormando
Hey, What are your startup arguments for memcached? In .24 and up the maximum slab count is now 63 instead of 255. if the default number of slab classes is 42, so you'd have to set your scaling factor pretty low to get it to go that high. Would that cause problems for you? On Thu, 26 Nov 2015,