🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@keyv/redis

Package Overview
Dependencies
Maintainers
1
Versions
57
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

to
4.3.1

2

dist/index.d.ts

@@ -147,3 +147,3 @@ import EventEmitter from 'node:events';

*/
setMany(entries: KeyvEntry[]): Promise<boolean[]>;
setMany(entries: KeyvEntry[]): Promise<void>;
/**

@@ -150,0 +150,0 @@ * Check if a key exists in the store.

@@ -186,3 +186,2 @@ // src/index.ts

await multi.exec();
return entries.map(() => true);
}

@@ -189,0 +188,0 @@ /**

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

@@ -39,3 +39,3 @@ "type": "module",

"redis": "^4.7.0",
"keyv": "^5.3.0"
"keyv": "^5.3.1"
},

@@ -42,0 +42,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet