@iobroker/db-states-file
Advanced tools
Comparing version 1.0.11 to 1.1.0
module.exports = { | ||
StatesInMemoryFileDB: require('./lib/states/statesInMemFileDB'), | ||
Client: require('@iobroker/db-states-redis').Client, | ||
@@ -3,0 +4,0 @@ Server: require('./lib/states/statesInMemServerClass.js'), |
@@ -65,3 +65,5 @@ /** | ||
this._initRedisServer(this.settings.connection).then(() => { | ||
this.open().then(() => { | ||
return this._initRedisServer(this.settings.connection); | ||
}).then(() => { | ||
this.log.debug(this.namespace + ' ' + (settings.secure ? 'Secure ' : '') + ' Redis inMem-states listening on port ' + (this.settings.port || 9000)); | ||
@@ -68,0 +70,0 @@ |
{ | ||
"name": "@iobroker/db-states-file", | ||
"version": "1.0.11", | ||
"version": "1.1.0", | ||
"engines": { | ||
@@ -8,4 +8,4 @@ "node": ">=10.0.0" | ||
"dependencies": { | ||
"@iobroker/db-base": "^1.0.10", | ||
"@iobroker/db-states-redis": "^1.0.11" | ||
"@iobroker/db-base": "^1.1.0", | ||
"@iobroker/db-states-redis": "^1.1.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "1214dbbfe38965a0be1ca29c81a3615e70167ea0" | ||
"gitHead": "48a8b298f8c6bd10ca3da29f404fc4a0c756ba9c" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34409
768
Updated@iobroker/db-base@^1.1.0