You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Test starting redis without services
This commit is contained in:
@@ -16,10 +16,12 @@ function startRedis (conf, done, port) {
|
||||
}
|
||||
|
||||
before(function (done) {
|
||||
this.timeout(25000);
|
||||
startRedis('./conf/redis.conf', done);
|
||||
});
|
||||
|
||||
after(function (done) {
|
||||
this.timeout(25000);
|
||||
if (rp) rp.stop(done);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user