I'm using Codeigniter for my website. I have tried setup memcached to cache object from database and when its running i saw the warning like this:
ERROR - 2016-01-12 00:28:40 --> Severity: Warning --> Memcached::get(): could not read long value, too big /var/www/CodeigniterProject/system/libraries/Cache/drivers/Cache_memcached.php 149
How can i fix this?
I've seen this happen when values have been saved using the Memcache extension and then are retrieved with the Memcached extension - there's an incompatibility between the serialisation used in the two. Flushing the memcache server should solve the issue.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With