Skip to content

Commit 9582140

Browse files
Update content/techniques/caching.md
1 parent 2037c17 commit 9582140

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

content/techniques/caching.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ In this example, we've registered two stores: `CacheableMemory` and `KeyvRedis`.
264264
265265
Check out the [Keyv documentation](https://keyv.org/docs/) for more information on available stores.
266266
267-
> warning **Warning** With this update, cached data managed by the Keyv library is now wrapped in an object with value and expires fields, e.g.: `{{ '{' }}"value": "yourData", "expires": 1678901234567{{ '}' }}`. While `Keyv` automatically extracts the `value` field when retrieving data through its API, this is a critical change to be aware of if you access cache data directly (e.g. outside the cache-manager API) or if you need to support data written with the previous version of `@nestjs/cache-manager`.
268267
269268
#### Async configuration
270269

0 commit comments

Comments
 (0)