Socket
Socket
Sign inDemoInstall

@keyv/redis

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keyv/redis - npm Package Compare versions

Comparing version 2.4.0 to 2.5.0

2

package.json
{
"name": "@keyv/redis",
"version": "2.4.0",
"version": "2.5.0",
"description": "Redis storage adapter for Keyv",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -38,3 +38,3 @@ const EventEmitter = require('events');

return this.redis.mget(keys)
.then(rows => rows.every(row => row === null) ? [] : rows);
.then(rows => rows);
}

@@ -41,0 +41,0 @@

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