Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@iobroker/db-states-redis

Package Overview
Dependencies
Maintainers
6
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/db-states-redis - npm Package Compare versions

Comparing version 4.0.0-alpha.46-20220119-9e487e55 to 4.0.0-alpha.47-20220120-7bad8e08

9

lib/states/statesInRedisClient.js

@@ -333,12 +333,7 @@ /**

setImmediate(() => {
this.log.silly(
this.namespace + ' redis message expired/evicted ' + channel + ':' + message
);
this.log.silly(`${this.namespace} redis message expired/evicted ${channel}:${message}`);
try {
if (channel === `__keyevent@${this.settings.connection.options.db}__:evicted`) {
this.log.warn(
this.namespace +
' Redis has evicted state ' +
message +
'. Please check your maxMemory settings for your redis instance!'
`${this.namespace} Redis has evicted state ${message}. Please check your maxMemory settings for your redis instance!`
);

@@ -345,0 +340,0 @@ } else if (channel !== `__keyevent@${this.settings.connection.options.db}__:expired`) {

{
"name": "@iobroker/db-states-redis",
"version": "4.0.0-alpha.46-20220119-9e487e55",
"version": "4.0.0-alpha.47-20220120-7bad8e08",
"engines": {

@@ -8,3 +8,3 @@ "node": ">=12.0.0"

"dependencies": {
"@iobroker/db-base": "4.0.0-alpha.46-20220119-9e487e55",
"@iobroker/db-base": "4.0.0-alpha.47-20220120-7bad8e08",
"ioredis": "^4.28.2"

@@ -37,3 +37,3 @@ },

],
"gitHead": "e081e38bf6d24e767e16a0bb5a8d8202f65a9302"
"gitHead": "1b9bfb430be9ce5a823a9dcd91f612a216281f4f"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc