Super basic question- how do I know what format I should give my callback for various node_redis calls?
Seems like some examples out there have two arguments (err, res) while others have one (res)
Is there a definitive way to know what the callback should look like?