memcache vs memcached?
我想使用memcached http://www.danga.com/memcached/ 我已经通过yum install memcached安装了它 但是现在我需要连接到PHP,并且有一个名为memcache的扩展名和一个名为memcached? 哎呀 http://us3.php.net/manual/en/book.memcache.php http://us3.php.net/manual/en/book.memcached.php 有人能指出我在这个正确的方向吗?哪一个将要工作? 另外,即使是本地的,我是否还需要打开任何端口? 运行后,我尝试telnet 127.0.0.1 11211,并得到连接拒绝。