Exposes redis noReadyCheck
config
This commit is contained in:
parent
7a5d73f9df
commit
bf24347328
5
NEWS.md
5
NEWS.md
@ -1,12 +1,15 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2.6.2
|
## 2.7.0
|
||||||
|
|
||||||
Released 2015-mm-dd
|
Released 2015-mm-dd
|
||||||
|
|
||||||
Announcements:
|
Announcements:
|
||||||
- Upgrades redis-mpool to [0.4.0](https://github.com/CartoDB/node-redis-mpool/releases/tag/0.4.0)
|
- 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
|
## 2.6.1
|
||||||
|
|
||||||
|
2
app.js
2
app.js
@ -65,7 +65,7 @@ if ( global.environment.log_filename ) {
|
|||||||
global.log4js.configure(log4js_config, { cwd: __dirname });
|
global.log4js.configure(log4js_config, { cwd: __dirname });
|
||||||
global.logger = global.log4js.getLogger();
|
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);
|
redisPool = new RedisPool(redisOpts);
|
||||||
|
|
||||||
// Include cartodb_windshaft only _after_ the "global" variable is set
|
// Include cartodb_windshaft only _after_ the "global" variable is set
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "windshaft-cartodb",
|
"name": "windshaft-cartodb",
|
||||||
"version": "2.6.2",
|
"version": "2.7.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cartodb-psql": {
|
"cartodb-psql": {
|
||||||
"version": "0.4.0",
|
"version": "0.4.0",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"name": "windshaft-cartodb",
|
"name": "windshaft-cartodb",
|
||||||
"version": "2.6.2",
|
"version": "2.7.0",
|
||||||
"description": "A map tile server for CartoDB",
|
"description": "A map tile server for CartoDB",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"cartodb"
|
"cartodb"
|
||||||
|
Loading…
Reference in New Issue
Block a user