Exposes redis `noReadyCheck` config

remotes/origin/bin-rhel65
Raul Ochoa 9 years ago
parent 7a5d73f9df
commit bf24347328

@ -1,12 +1,15 @@
# Changelog
## 2.6.2
## 2.7.0
Released 2015-mm-dd
Announcements:
- Upgrades redis-mpool to [0.4.0](https://github.com/CartoDB/node-redis-mpool/releases/tag/0.4.0)
New features:
- Exposes redis `noReadyCheck` config
## 2.6.1

@ -65,7 +65,7 @@ if ( global.environment.log_filename ) {
global.log4js.configure(log4js_config, { cwd: __dirname });
global.logger = global.log4js.getLogger();
var redisOpts = _.extend(global.environment.redis, { name: 'windshaft' }),
var redisOpts = _.extend(global.environment.redis, { name: 'windshaft', noReadyCheck: true }),
redisPool = new RedisPool(redisOpts);
// Include cartodb_windshaft only _after_ the "global" variable is set

@ -1,6 +1,6 @@
{
"name": "windshaft-cartodb",
"version": "2.6.2",
"version": "2.7.0",
"dependencies": {
"cartodb-psql": {
"version": "0.4.0",

@ -1,7 +1,7 @@
{
"private": true,
"name": "windshaft-cartodb",
"version": "2.6.2",
"version": "2.7.0",
"description": "A map tile server for CartoDB",
"keywords": [
"cartodb"

Loading…
Cancel
Save