I am writing an internal compression routine that will compress large 
values with a Huffman table in memcached [version 1.5.10]. However I am 
finding that after reading large values and printing them inside memcached, 
I am getting garbled output. 
For example, I am reading one large value csv file in csv format where the 
value length is 1981182 [~2MB]. When I print the value inside the 
assoc_insert function I am getting output such as  ▒L$ or ▒▒ . It only 
happens for large values and I have tried a telnet client as well as 
pymemcache [https://pymemcache.readthedocs.io/en/latest/index.html]. Are 
the large values getting compressed in memcached [or the client for that 
matter]? If so, is there a way to disable this compression? 

-- 

--- 
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/d/optout.

Reply via email to