php - Memcached::getStats not working with Couchbase -


i set server i'm running apache, php, , couchbase on. however, i've been having problems testing couchbase installation. in past, way test working simple script run getstats on couchbase:

<?php   $memcache = new memcached();   $memcache->addserver('127.0.0.1', 11211);   $result = $memcache->getstats();   print_r($result); ?> 

this used return normal array of statistics. lately, though, doesn't return , there aren't errors being produced in of logs. @ same time, can still get/set key->values , use couchbase hearts content. did change in php, memcached module, or somewhere else or missing in order have getstats work again?

i'm running: - pecl memcached 2.0.1 - php 5.3.10 - couchbase 1.8.0

thanks!

sounds issue moxi. may want kill moxi process, automatically respawn. if starts working it's moxi issue. it'd have bug report.

note can go around moxi official couchbase php client. designed pretty close api wise pecl memcached.

full disclosure: work couchbase.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -