Answer the question
In order to leave comments, you need to log in
Memcached via fcgi, what are the pitfalls?
I'm doing a project, using the classes that I used on all previous projects. Among them there is a cover version for memcached:
<?php
/**
* Кавер-версия для Memcached
*
*/
class MD extends Memcached
{
public function __construct()
{
parent::__construct();
parent::addServer( LS_MD_HOST , LS_MD_PORT );
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question