@iobroker/db-states-redis
Advanced tools
Comparing version 0.0.6 to 0.0.9
module.exports = { | ||
Client: require('./lib/states/statesInRedis.js'), | ||
Server: null | ||
Server: null, | ||
getDefaultObjectsPort: host => { | ||
return (host.includes(',')) ? 26379 : 6379; | ||
} | ||
}; |
@@ -525,2 +525,7 @@ /** | ||
// set comment | ||
if (typeof state.c === 'string' && state.c) { | ||
obj.c = state.c.substring(0, 512); | ||
} | ||
obj.from = state.from; | ||
@@ -527,0 +532,0 @@ |
{ | ||
"name": "@iobroker/db-states-redis", | ||
"version": "0.0.6", | ||
"version": "0.0.9", | ||
"engines": { | ||
@@ -8,4 +8,4 @@ "node": ">=10.0.0" | ||
"dependencies": { | ||
"@iobroker/db-base": "^0.0.6", | ||
"ioredis": "^4.17.3" | ||
"@iobroker/db-base": "^0.0.9", | ||
"ioredis": "^4.19.4" | ||
}, | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "7a393ba68f8ebd5aa2b43d6576eb2d38e8e78d13" | ||
"gitHead": "69d04f905212215ad8c92f2eac5ad4b949621965" | ||
} |
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
50109
1030
+ Added@iobroker/db-base@0.0.9(transitive)
- Removed@iobroker/db-base@0.0.6(transitive)
Updated@iobroker/db-base@^0.0.9
Updatedioredis@^4.19.4