Skip to content

Commit 89a2610

Browse files
committed
docs(): updated
1 parent c562ad5 commit 89a2610

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
@@ -226,7 +226,6 @@ class HttpCacheInterceptor extends CacheInterceptor {
226226
This service takes advantage of [cache-manager](https://github.com/node-cache-manager/node-cache-manager) under the hood. The `cache-manager` package supports a wide-range of useful stores, for example, [Redis store](https://github.com/node-cache-manager/node-cache-manager-redis-yet) official package for node-cache-manager. A full list of supported stores is available [here](https://github.com/node-cache-manager/node-cache-manager#store-engines). To set up the Redis store, use the `registerAsync()` method to initialize the store, as follows:
227227
228228
```typescript
229-
import type { RedisClientOptions } from 'redis';
230229
import { redisStore } from 'cache-manager-redis-yet';
231230
import { Module } from '@nestjs/common';
232231
import { CacheModule, CacheStore } from '@nestjs/cache-manager';

0 commit comments

Comments
 (0)