Socket
Socket
Sign inDemoInstall

@keyv/redis

Package Overview
Dependencies
11
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.8.3 to 2.8.4

4

dist/index.js

@@ -13,3 +13,3 @@ "use strict";

if (!this.opts.useRedisSets) {
return `sets:${key}`;
return `sets:${this._getNamespace()}:${key}`;
}

@@ -105,3 +105,3 @@ return key;

else {
const pattern = 'sets:*';
const pattern = `sets:${this._getNamespace()}:*`;
const keys = await this.redis.keys(pattern);

@@ -108,0 +108,0 @@ if (keys.length > 0) {

{
"name": "@keyv/redis",
"version": "2.8.3",
"version": "2.8.4",
"description": "Redis storage adapter for Keyv",

@@ -76,3 +76,3 @@ "main": "dist/index.js",

"timekeeper": "^2.3.1",
"tsd": "^0.30.3"
"tsd": "^0.30.4"
},

@@ -79,0 +79,0 @@ "tsd": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc