Sascha
Sascha
This is because the `XMemcachedBuilder` stores the addresses in `protected Map addressMap = new LinkedHashMap();`. Two `InetSocketAddress` with different hostnames that resolve to the same IP hash to the same...
I am not sure I understand your question, could you elaborate?
I tried to reproduce this by connecting to a memcached server on the other side of the pond (I think it is called the Atlantic ocean) and setting the timeout...
There is a PR that would allow using `gomemcache` with MemCachier: https://github.com/bradfitz/gomemcache/pull/65 Alternatively you can use MemCachier's fork of gomemcache: https://github.com/memcachier/gomemcache However, I would recommend using https://github.com/memcachier/mc with MemCachier's service.
If I understand correctly, you are delaying the callback. The timeout is for the actual Memcache operation, not what you do with the result.
I totally misread your example yesterday, sorry, I must have been tired. You are right, the timeout do not work as they should in your example. It seems like each...
Additionally, I don't think the on close handler takes an error argument. We should probably separate the error and close handler. In the error handler just propagate the error and...
Hey @blackmad, thanks so much for all the work. I have only looked at the pluggable hash function so far. I don't think removing failover is a good idea for...
Any update on re-adding failover?
These are more substantial changes indeed ;-) We are happy to see interest and activity in `memjs` and `memjs` can definitely use some modernization. We are thus open to quite...