You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thing currently keeps running when cannot connect with redis
Error: Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED
at RedisClient.flush_and_error (/Users/wires/r/erfgoed-locatie/histograph-core/node_modules/redis/index.js:149:13)
at RedisClient.on_error (/Users/wires/r/erfgoed-locatie/histograph-core/node_modules/redis/index.js:191:10)
at Socket.<anonymous> (/Users/wires/r/erfgoed-locatie/histograph-core/node_modules/redis/index.js:106:14)
at Socket.emit (events.js:107:17)
at net.js:459:14
at process._tickCallback (node.js:355:11)
The text was updated successfully, but these errors were encountered:
@wires what about some sort of histograph-db module which uses histograph-config and connects to Elasticsearch, Redis or Neo4j (or all of them), and exits on failure?
thing currently keeps running when cannot connect with redis
The text was updated successfully, but these errors were encountered: