When I have memcache turn on I see that the cache tables in the database still fill up. Is this normal? Does it mean that memcache is not doing what it should be?

Thanks for your help.

Comments

catch’s picture

Status: Active » Fixed

You need to set this up in settings.php, not just enable the module. See instructions in README.txt.

mrwhizkid’s picture

Hi. Thanks for the response.

Everything is set up correctly and I know that memcache is working. I have gone into the port and there is no problem.

I am just asking specifically about the database cache tables. All of them continue to fill up. Is this normal with memcache activated?

Thanks.

abx’s picture

If you really set it correctly, your cache tables in database will not continue to fill up. Try to empty your cache table and you will see that there is zero record/row in it if you use Memcache.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.