I am using Codeigniter for my site. I tried installing memcached to cache the object from the database, and when it started i, I saw a warning like this:
ERROR - 2016-01-12 00:28:40 → Severity: warning → Memcached :: get (): could not read a long value, too large / var / www / CodeigniterProject / system / libraries / Cache / drivers / Cache_memcached.php 149
How can i fix this?
source
share