nicobarray / aquedux

Redux over the wire
46 stars 3 forks source link

fix(aquedux-server): Fix redis connection initialization order #27

Closed nicobarray closed 6 years ago

nicobarray commented 6 years ago

The initial Redis connection, from which all other connections result, was wrongly initialized. When the redis/connections.js file was loaded for the first time - before configManager.setConfig is called - the initial connection was made with the default host/port options.