Top "Memcached" questions

Memcached is a simple distributed object cache that caches information in memory, and can be used to improve the performance of dynamic web applications by reducing access time and database load.

Can I install the memcached PHP extension with PECL?

I'm having trouble installing the "memcached" PHP extension from PECL, though I can successfully installed the "memcache" extension. (They are …

php macos memcached pecl
Get list of Cache Keys in Django

I'm trying to understand how Django is setting keys for my views. I'm wondering if there's a way to just …

python django caching memcached
What's the memcached server

I'm a beginner in learning memcached. The memcached server confused me most. Can I see it as a single server …

memcached
How to delete items with same prefix key in memcached?

For example, I have some cached items with same prefix, such as 'app_111111', 'app_222222', 'app_333333', ... Can I …

php memcached prefix
How does memcache with MySQL work?

I am trying to understand (and probably deploy) memcached in our env. We have 4 web servers on loadbalancer running a …

php mysql memcached apc
Memcache for PHP7 on Windows?

Does any one know about a Memcache version that supports PHP7 on Windows? Memcache is working great for PHP 5.6 (on …

windows memcached php-7
Clearing specific cache in Django

I am using view caching for a django project. It says the cache uses the URL as the key, so …

python django memcached django-cache
memcache and wildcards

I'm just wondering if there is a way to clear memcache using wildcards for key values. So say I have …

memcached
Using reflection to get method name and parameters

I am trying to workout a way to programatically create a key for Memcached, based on the method name and …

c# .net memcached system.reflection
How can I install the php memcached extension on Docker's PHP7 Alpine image?

The official php7 docker image has the following example: FROM php:7.0-fpm RUN apt-get update && apt-get install -y …

php docker memcached dockerfile pecl