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
Today I've been hit by memcache.SERVER_MAX_VALUE_LENGTH, which is statically defined, whereas it could be fetched from the server with item_size_max from stats settings.
Would that be a feature of your interest?
The text was updated successfully, but these errors were encountered:
I tested memcache with this feature completely removed. Everything seemed to work fine. If an object that is too large is sent, the server returns an error and memcache handles it appropriately. I do not think this does not need to be handled on the python side at all.
Hey there,
Thanks for the neat library.
Today I've been hit by
memcache.SERVER_MAX_VALUE_LENGTH
, which is statically defined, whereas it could be fetched from the server withitem_size_max
fromstats settings
.Would that be a feature of your interest?
The text was updated successfully, but these errors were encountered: