Hi guys,

In my project i want to store a binary string (string like "010101010101") 
to memcached and then retrieve it back when needed,
it seems that i can store the string successfully to memcached as "get xxx" 
gives me a result similar to original one,
but when i use "memcached_get" function to get the result in my code, the 
return string is not the same to the original binary string,
the length of the return string is much shorter than the original one.

Who can tell my why, is it possible to store binary string to memcached?

Thank you and looking forward your replies~!

Daniel. 

-- 

--- 
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 memcached+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to