|
Posted by berkshire on 05/29/07 23:04
memcache appears to be installed correctly, but when I use
memcache_connect I get the following error:
Warning: memcache_connect(): Can't connect to localhost:11211, Unknown
error (0)
I'm connecting using the following command:
$memcache_obj = memcache_connect('localhost', 11211);
Memcache info from phpinfo():
memcache
memcache support enabled
Active persistent connections 0
Revision $Revision: 1.53 $
Directive Local Value Master Value
memcache.allow_failover 1 1
memcache.chunk_size 8192 8192
memcache.default_port 11211 11211
Finally, var_dump(extension_loaded('memcache')); returns true.
Any help is greatly appreaciated!
Navigation:
[Reply to this message]
|