skip to Main Content

php mysql and memcached

I'm a bit confused on memcached and PHP when used with SQL queries. Practically every guide I've come across does something resembling this: $querykey = "KEY" . md5($query); $result = $mem->get($querykey); What I don't understand, is why they all seem…

VIEW QUESTION
Back To Top
Search