Huang
2014-05-20 04:09:28 UTC
hello!
when i'm running PHP+memcache,but i cannot store values into memcache.
PHP version is 5.4.12
memcache version is 3.0.8
i set ini_set('display_errors', true); and error_reporting(E_ALL); then get
do u have any ideas?
thks!
when i'm running PHP+memcache,but i cannot store values into memcache.
PHP version is 5.4.12
memcache version is 3.0.8
i set ini_set('display_errors', true); and error_reporting(E_ALL); then get
Notice: MemcachePool::set(): Server 127.0.0.1 (tcp 11211, udp 0) failed
with: Network timeout (0) in /data/swsg/test7/html/api/test/quiz_test.php
on line 10
and i try to use the "telnet 127.0.0.1 11211".with: Network timeout (0) in /data/swsg/test7/html/api/test/quiz_test.php
on line 10
$ telnet 127.0.0.1 11211
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
stats
there's no any response...Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
stats
do u have any ideas?
thks!