Does pymemcache has some limit of buffer size?
yakirsudry opened this issue · 1 comments
yakirsudry commented
When using django.core.cache.backends.memcached.MemcachedCache
in Django it is common to configure:
'OPTIONS': {
'server_max_value_length': (1024 ** 2) * 4
}
To modify the limit. Is that required when using PyMemcacheCache?
jogo commented
No, as far as I can tell pymemcache doesn't have any logic to test for server side max value length before sending requests to memcache