You need to define big. How big are these values? As you hinted, SERVER_MAX_VALUE_LENGTH isn't related to memcached itself.
>From a quick glimpse of python3-memcache code, it seems to silently fail if the value length is greater than SERVER_MAX_VALUE_LENGTH. See: https://github.com/pilif/python-3-memcache/blob/master/memcache.py#L666 Are you sure that your requests are arriving on memcached's end? On Tue, Feb 12, 2013 at 4:30 PM, Patrick <[email protected]> wrote: > I forgot to mention. > As soon as I set the SERVER_MAX_VALUE_LENGTH, I can't add any values to > memcache. Really big values even seem to crash the service. > > -- > > --- > You received this message because you are subscribed to the Google Groups > "memcached" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- --- You received this message because you are subscribed to the Google Groups "memcached" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
