Is this on purpose?
db.get('foo', 'bar', function(err, bar) {
console.log(arguments);
}
results in
{ '0': { [Error: not found] message: 'not found', statusCode: 404, notFound: true },
'1': { [Error: not found] message: 'not found', statusCode: 404, notFound: true },