server encoding

Kevin Williams kevwil at gmail.com
Tue Feb 28 17:09:23 UTC 2006


Hello all,

I just joined the list. I searched the list archives on this but
didn't find an exact answer, so here goes.

I'm putting together a memcached server in C# / .NET. I want to make
sure I am compatable with other client languages. As far as I can
tell, strings are the only thing I would need to worry about. Do I
need to keep everything in ASCII? UTF8? Does the data being stored
need to be treated differently than, say, command strings and output
messages?

--
Cheers,

Kevin


More information about the memcached mailing list