I have one instance of memcached running. There are two clients, one in C (libmemcached), one in Java (spy-memcached) -- how can I make them work together? As far as I understand, java API inserts a Java object to the cache, whereas C API expects the value to be char* buffer.
Thanks, Khoa
