Skip to content

Commit

Permalink
docs: add rlimit store
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Janis committed Mar 20, 2024
1 parent 97fe4e1 commit a5205fe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ Deployments requiring more consistently enforced rate limits should use an exter

Here is a list of stores:

| Name | Description |
| ----------- | --------------------------------------------------------------------------------------------------- |
| MemoryStore | (default) Simple in-memory option. Does not share state when app has multiple processes or servers. |
| RedisStore | A [Redis](https://redis.io/)-backed store, more suitable for large or demanding deployments. |
| Name | Description |
| ------------ | ------------------------------------------------------------------------------------------------------------------ |
| MemoryStore | (default) Simple in-memory option. Does not share state when app has multiple processes or servers. |
| RedisStore | A [Redis](https://redis.io/)-backed store, more suitable for large or demanding deployments. |
| rlimit | A distributed [rlimit store](https://www.npmjs.com/package/@rlimit/storage), ideal for multi-regional deployments. |

Take a look at this [guide](https://express-rate-limit.mintlify.app/guides/creating-a-store) if you wish to create your own store.

Expand Down

0 comments on commit a5205fe

Please sign in to comment.