phillro/node-elasticsearch-client

Offer canonical node callbacks

Closed this issue · 4 comments

Example:

client.op(p1, p2, function (error, result) {})

How important do you think this is? Under what circumstances would the current pattern be a problem?

Under nearly all circumstances. So it's very important.

On second thought, I'm just gonna make a branch. PR to follow.