OPS: turn off explicit logging
This commit is contained in:
parent
9c47746eba
commit
ff2d98dc10
@ -9,7 +9,7 @@ var Redis = require('ioredis');
|
|||||||
var redis = new Redis(config.redis);
|
var redis = new Redis(config.redis);
|
||||||
redis.monitor(function(err, monitor) {
|
redis.monitor(function(err, monitor) {
|
||||||
monitor.on('monitor', function(time, args, source, database) {
|
monitor.on('monitor', function(time, args, source, database) {
|
||||||
console.log('REDIS', JSON.stringify(args));
|
// console.log('REDIS', JSON.stringify(args));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user