How does the Spymemcache client use UDP?

As you can see, the Spymemcache client uses a TCP connection to connect to the Memcached server by default. I want to use UDP instead of TCP. I think Facebook uses UDP to receive requests () from Memcached.
Does anyone know how to use UDP with SpyMemcache?

+1
java memcached spymemcached
Jun 08 '14 at 7:34
source share

No one has answered this question yet.

See similar questions:

51
Java Memcached Client

or similar:

3799
How do I read / convert an InputStream to a string in Java?
3324
How to generate random integers in a specific range in Java?
310
When should Memcache be used instead of Memcached?
8
Items set using spymemcached cannot be retrieved using php memcached
four
HOWTO Allow "Restribution to another node" warning messages when using the Spymemcached client library for memcached server
3
Spimemcached client error and timeout
one
how to implement atomic operation "setIfAbsent" using spymemcached
0
How to cache memcached connection using java spymemcached client
0
How to make sure that two spymemcached clients store the same key on the same server?
0
How to close tcp connection using SpyMemcached client?



All Articles