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.

Do I need memcached with Opcache ?

I don't know anything about caching other than having read that people use APC/Opcache/Memcache/Memchached/Varnish ... to makes …

php wordpress memcached opcache php-5.5
Avoiding Memcache "1000000 bytes in length" limit on values

My model has different entities that I'd like to calculate once like the employees of a company. To avoid making …

google-app-engine memcached
Is there a port of memcache to .Net?

I am interested if there is a port for the server implementation.

c# asp.net windows memcached
Comparison of memcache, redis and ehcache as distributed caching framework

One of the decisions I need to make is what caching framework to use in my system. With so many …

caching memcached ehcache redis distributed-caching
Will the LRU delete entries that have not been used for some amount of time?

When in memcache the available memory is full, memcache uses the LRU (last recently used) algorithm to free memory. My …

memcached lru
Rails Caching DB Queries and Best Practices

The DB load on my site is getting really high so it is time for me to cache common queries …

ruby-on-rails caching memcached
Memcached vs SQL Server cache

I've been reading a lot of articles that suggest putting a Memcached (or Velocity, etc) in front of a database …

sql-server performance caching memcached
Why Use Redis instead of MongoDb for Caching?

I've seen many people using Redis as a cache lately, why not Mongo? As far as I could tell Redis …

mongodb memcached redis geospatial
Installing pylibmc on Ubuntu

When running pip install pylibmc on Ubuntu, I get the following error: _pylibmcmodule.h:42:36: fatal error: libmemcached/memcached.h: No …

python ubuntu memcached pip libmemcached
How to call expire_fragment from Rails Observer/Model?

I've pretty much tried everything, but it seems impossible to use expire_fragment from models? I know you're not supposed …

ruby-on-rails ruby caching memcached