Arnout Kazemier

Results 137 comments of Arnout Kazemier

I'm pretty sure that there is an `errors` array in the returned error object which will contain this information. There errors contain all sorts of useful debug information including the...

So you want to support something like: ``` js mana.pipe(res); ```

It should be possible as `Assign` inherits from stream. But the major problem for mana being a data source would be that we don't really know what we should emit...

It uses https://github.com/3rd-Eden/node-hashring can switch between `libketama` and `hash_ring` using options.

I agree, which I why wrote a new parser which will be used instead in a 1.0 release (https://github.com/3rd-Eden/memcached-stream)

@FredKSchott Could you atleast add a test for this fix?

@FredKSchott Adding tests.

@ianshward I've thought about it, and wanted to add in to the 1.0 version of memcached but if you want it in now I'm fine with that as well. The...

@ianshward implementing it is really easy, you can just call `.add` on the `hashring` with the server ip/weights and it takes care of the rest, it even detects duplicates: https://github.com/3rd-Eden/node-hashring/blob/master/index.js#L379-L383....

@joakimrapp What kind of options do need to be upgrade then? I don't see any options that should be changed (at least in my opinion) when you're scaling up and...