You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
prep for getting tests to work on appveyor
This commit is contained in:
@@ -28,6 +28,9 @@ if (!process.env.REDIS_TESTS_STARTED) {
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
redisProcess: function () {
|
||||
return rp;
|
||||
},
|
||||
stopRedis: function (done) {
|
||||
rp.stop(done);
|
||||
},
|
||||
|
Reference in New Issue
Block a user