clojurewerkz / spyglass

A Clojure Memcached client (also: Couchbase, Kestrel). Built on top of SpyMemcached, supports ASCII and binary protocols, strives to be 100% feature complete.
http://clojurememcached.info
67 stars 17 forks source link

Added util fn to create a KetamaConnectionFactory #27

Closed rwilson closed 8 years ago

rwilson commented 8 years ago

Like the bin-connection-factory and text-connection-factory fns. Just wrapping the underlying java class in the same manor.

rwilson commented 8 years ago

Hm... not sure what's up with the CI build error. Is there a way to rekick that build? I've tried locally a number of times, and ~1/10 failed with errors in the transcoder tests, while the other 90% passed. Perhaps some kind of race-condition in the tests?