$mc->add() always returns false
-
I’m getting too much fragmentation in APC, so want to use memcached for my object cache. PECL memcache is installed:
memcache memcache support enabled Version 3.0.8 Revision $Revision: 329835 $ Directive Local Value Master Value memcache.allow_failover 1 1 memcache.chunk_size 32768 32768 memcache.compress_threshold 20000 20000 memcache.default_port 11211 11211 memcache.hash_function crc32 crc32 memcache.hash_strategy consistent consistent memcache.lock_timeout 15 15 memcache.max_failover_attempts 20 20 memcache.protocol binary binary memcache.redundancy 1 1 memcache.session_redundancy 2 2
And memcached is setup and working:
General Cache Information PHP Version 5.4.16 Memcached Host 1.127.0.0.1:11211 Total Memcache Cache 128.0 MBytes Memcache Server Information 127.0.0.1:11211 [Flush this server] Start Time 2013/07/10 12:54:02 Uptime 38 minutes Memcached Server Version 1.4.5 Used Cache Size 0.0 Bytes Total Cache Size 128.0 MBytes Cache Information Current Items(total) 0 (0) Hits 1 Misses 3 Request Rate (hits, misses) 0.00 cache requests/second Hit Rate 0.00 cache requests/second Miss Rate 0.00 cache requests/second Set Rate 0.00 cache requests/second
Any ideas?
Thanks,
js.
- The topic ‘$mc->add() always returns false’ is closed to new replies.