nfhu / xmemcached

Automatically exported from code.google.com/p/xmemcached
Apache License 2.0
0 stars 0 forks source link

Repeated requests #274

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
hi

  When using memcachedClient client if the address is wrong, then he will repeat the request, so very expensive, excuse me, can't try again when a few times, was shut down

thank you

Original issue reported on code.google.com by bjb....@gmail.com on 5 Dec 2013 at 5:49

GoogleCodeExporter commented 9 years ago
You can disable the reconnect funciton by : 
XmemcachedClient#setEnableHealSession(false);

Original comment by killme2...@gmail.com on 26 Apr 2014 at 12:23