faeldt / redis-mock

Node.js redis client mock
112 stars 157 forks source link

Adding a script to verify the tests against node_redis and creating a unified Item #14

Closed lahabana closed 11 years ago

lahabana commented 11 years ago

I've done three main things:

if (callback) {
  process.nextTick(function () {
    callback(err, result);
  });
}
faeldt commented 11 years ago

You are a rockstar. Exactly what we needed.