You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess you could run the contents that you are trying to store via gzip, but the purpose of Memcache is to be as fast as possible and I feel this would just add an overhead. This also begs the question of what happens when you try to store something above the size boundary that still doesn't fit even when compressed.
If you're query is more about stashing above the 1mb "slab" size you could just configure the Memcache daemon to increase that instead.
Is it currently done?
If not, is it possible to do?
The text was updated successfully, but these errors were encountered: