@nostr-dev-kit/ndk-cache-redis
Advanced tools
Comparing version 2.1.2 to 2.1.3
# @nostr-dev-kit/ndk-cache-redis | ||
## 2.1.3 | ||
### Patch Changes | ||
- Updated dependencies | ||
- Updated dependencies [885b6c2] | ||
- Updated dependencies [5666d56] | ||
- @nostr-dev-kit/ndk@2.3.3 | ||
## 2.1.2 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@nostr-dev-kit/ndk-cache-redis", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "NDK cache adapter for redis.", | ||
@@ -35,3 +35,3 @@ "main": "./dist/index.js", | ||
"typescript": "^5.2.2", | ||
"@nostr-dev-kit/ndk": "2.3.2" | ||
"@nostr-dev-kit/ndk": "2.3.3" | ||
}, | ||
@@ -44,4 +44,4 @@ "devDependencies": { | ||
"tsup": "^7.2.0", | ||
"@nostr-dev-kit/eslint-config-custom": "0.0.0", | ||
"@nostr-dev-kit/tsconfig": "0.0.0" | ||
"@nostr-dev-kit/tsconfig": "0.0.0", | ||
"@nostr-dev-kit/eslint-config-custom": "0.0.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "scripts": { |
@@ -33,3 +33,2 @@ import { NDKCacheAdapter, NDKFilter, NDKRelay, NostrEvent, ProfilePointer } from "@nostr-dev-kit/ndk"; | ||
this.debug = opts.debug || _debug("ndk:redis-adapter"); | ||
console.trace('redis status', this.redis.status); | ||
this.redis.on("error", (err) => { | ||
@@ -40,3 +39,2 @@ this.debug("redis error", err); | ||
this.expirationTime = opts.expirationTime || 3600; | ||
console.log('redis status', this.redis.status); | ||
} | ||
@@ -43,0 +41,0 @@ |
Sorry, the diff of this file is not supported yet
15697
247
+ Added@nostr-dev-kit/ndk@2.3.3(transitive)
- Removed@nostr-dev-kit/ndk@2.3.2(transitive)
Updated@nostr-dev-kit/ndk@2.3.3