memcached
memcached copied to clipboard
What is the size limit of Json that I can cache?
Thanks
The default maximum object size is 1MB. In memcached 1.4.2 and later, you can change the maximum size of an object using the -I command line option. ( https://docs.oracle.com/cd/E17952_01/refman-5.6-en/ha-memcached-faq.html )
This npm module has much the same limits by verifying that the data is less than 1048576 bytes. This is also configurable and is defined in lib/memcached.js.