You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// error.command.name is the command name, here is 'set'
980
-
// error.command.args is the command arguments, here is ['foo']
981
-
});
982
-
var redis =newRedis();
983
-
redis.set('foo');
984
-
```
985
-
986
964
# Plugging in your own Promises Library
987
965
If you're an advanced user, you may want to plug in your own promise library like [bluebird](https://www.npmjs.com/package/bluebird). Just set Redis.Promise to your favorite ES6-style promise constructor and ioredis will use it.
0 commit comments