Really weird one going on here. Recently, my memcached instance basically stopped setting keys and data. Like 99% of things just silently fail, when before, completely worked before.
Is there any way to fix this guys? I try setting a key named 'a' with the data 'test', and it still just fails and doesn't set.
It has been working for months but now suddenly not.
I've restarted the daemon, I've separated it into chunks instead of one big slab. All these things, and only a tiny amount of the data actually gets set.
I've setup a log with the command
memcached -d -m 3072 -l localhost -p 11211 -u nobody -v >> /var/log/memcached.log 2>&1
But it just remains empty. Anything wrong with the above?
Help guys! :)