Anastasios
Results
2
comments of
Anastasios
@lysu, I believe that you can destroy the whole client just by nullifying the instance. E.g.: > // Create the memcached client > mc := memcache.New("10.0.0.1:11211", "10.0.0.2:11211", "10.0.0.3:11212") > //...
@lysu you have right, I agree with you. You can still use the runtime.GC() to force the GC to run at your demand, but this would have some impact (probably...