Skip to content

Commit 252bd8c

Browse files
Merge pull request #3099 from CuteTechGuy/patch-2
docs(Storages) ThrottlerStorage Community Redis repository url changed
2 parents 56fd4a2 + aa27de2 commit 252bd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/security/rate-limiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ This is doable, as long as `ThrottlerConfigService` implements the interface `Th
294294

295295
The built in storage is an in memory cache that keeps track of the requests made until they have passed the TTL set by the global options. You can drop in your own storage option to the `storage` option of the `ThrottlerModule` so long as the class implements the `ThrottlerStorage` interface.
296296

297-
For distributed servers you could use the community storage provider for [Redis](https://github.com/kkoomen/nestjs-throttler-storage-redis) to have a single source of truth.
297+
For distributed servers you could use the community storage provider for [Redis](https://github.com/jmcdo29/nest-lab/tree/main/packages/throttler-storage-redis) to have a single source of truth.
298298

299299
> info **Note** `ThrottlerStorage` can be imported from `@nestjs/throttler`.
300300

0 commit comments

Comments
 (0)