Change redis pool name to report with a valid statsd key

This commit is contained in:
Raul Ochoa 2016-01-19 13:00:02 +01:00
parent 8b50097a12
commit 1dea84f9bf

View File

@ -36,7 +36,7 @@ module.exports = function(serverOptions) {
global.statsClient = StatsClient.getInstance(serverOptions.statsd);
var redisPool = new RedisPool(_.defaults(global.environment.redis, {
name: 'windshaft:server',
name: 'windshaft-server',
unwatchOnRelease: false,
noReadyCheck: true
}));