Use same debug group
This commit is contained in:
parent
e51a4fc398
commit
c6e906d3ef
@ -6,7 +6,7 @@ var REDIS_DISTLOCK = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
var Redlock = require('redlock');
|
var Redlock = require('redlock');
|
||||||
var debug = require('../../util/debug')('redis-distlock');
|
var debug = require('../../util/debug')('leader:redis-distlock');
|
||||||
|
|
||||||
function RedisDistlockLocker(redisPool) {
|
function RedisDistlockLocker(redisPool) {
|
||||||
this.pool = redisPool;
|
this.pool = redisPool;
|
||||||
|
Loading…
Reference in New Issue
Block a user