Skip to content

Commit

Permalink
Merge pull request #166 from okv/patch-2
Browse files Browse the repository at this point in the history
Add link to mongodb store to store section at readme
  • Loading branch information
nfriedly committed Nov 18, 2019
2 parents f56434f + 16aa414 commit 757fb45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ Available data stores are:
- MemoryStore: _(default)_ Simple in-memory option. Does not share state when app has multiple processes or servers.
- [rate-limit-redis](https://npmjs.com/package/rate-limit-redis): A [Redis](http://redis.io/)-backed store, more suitable for large or demanding deployments.
- [rate-limit-memcached](https://npmjs.org/package/rate-limit-memcached): A [Memcached](https://memcached.org/)-backed store.
- [rate-limit-mongo](https://www.npmjs.com/package/rate-limit-mongo): A [MongoDB](https://www.mongodb.com/)-backed store.


You may also create your own store. It must implement the following in order to function:

Expand Down

0 comments on commit 757fb45

Please sign in to comment.