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.

Curl command without using cache

Is there a way to tell curl command not to use server's side cache? e.g; I have this curl …

linux bash caching curl memcached
How to enable the memcached PHP extension after installing with homebrew?

I recently installed memcached with homebrew, I'm not entirely sure how to enable it on my PHP envirionment since I …

php macos memcached homebrew
How do I see if memcached is already running on my chosen port?

I am having some problems with memcached and one idea I am having is that perhaps it is already running …

memcached
Memcache maximum key expiration time

What's memcached's maximum key expiration time? If I don't provide an expiration time and the cache gets full, what happens?

memcached
Is memcached a dinosaur in comparison to Redis?

I have worked quite a bit with memcached the last weeks and just found out about Redis. When I read …

performance memcached redis
How do you know if memcached is doing anything?

I'm testing out using memcached to cache django views. How can I tell if memcached is actually caching anything from …

django memcached django-cache
NoSQL (MongoDB) vs Lucene (or Solr) as your database

With the NoSQL movement growing based on document-based databases, I've looked at MongoDB lately. I have noticed a striking similarity …

mongodb solr lucene memcached nosql
How do I tell Spring cache not to cache null value in @Cacheable annotation

Is there a way to specify that if the method returns null value, then don't cache the result in @Cacheable …

spring caching memcached
cannot find autoconf. please check your autoconf installation Xampp in CentOS

Getting another error when configuring memcahed with php in XAMPP in CentOS # /opt/lampp/bin/phpize Configuring for: PHP Api …

php centos xampp memcached autoconf
Maximum size of object that can be saved in memcached with memcache.py

I need to return a rather big file (11MB) to the user. For certain reasons, I can't just provide a …

python memcached limit