jkehres / memcached-elasticache

A memcached client with support for auto-discovery of AWS ElastiCache nodes
9 stars 6 forks source link

Setting timeouts on commands #5

Open elirazco-ma opened 4 years ago

elirazco-ma commented 4 years ago

Is there a way to set a timeout on the cache commands? Currently, my code calls SetTimeout() in order to cancel waiting for the cache after some period of time. Is there any other way to do it?