Vitor Monteiro
Results
2
comments of
Vitor Monteiro
trafficstars
I've used something similar in one of my projects: ``` javascript var getAll = function (fn, lastIdRead, resultSet, callback) { fn({since: lastIdRead}, function (err, result) { if (err) { callback(err)...
@adjohnson916 not sure about a manual cache key. It seems like the second time I do the request I'll most likely get old results or did I miss understand your...