Skip to content

Commit

Permalink
Mention etcd in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed Feb 11, 2024
1 parent 180963f commit 5aed6e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can configure rate limits at different levels such as:
**Flask-Limiter** can be `configured <https://flask-limiter.readthedocs.io/en/latest/configuration.html>`_ to fit your application in many ways, including:

- Persistance to various commonly used `storage backends <https://flask-limiter.readthedocs.io/en/latest/#configuring-a-storage-backend>`_
(such as Redis, Memcached & MongoDB)
(such as Redis, Memcached, MongoDB & Etcd)
via `limits <https://limits.readthedocs.io/en/stable/storage.html>`__
- Any rate limiting strategy supported by `limits <https://limits.readthedocs.io/en/stable/strategies.html>`__

Expand Down Expand Up @@ -71,6 +71,8 @@ Add the rate limiter to your flask app
# storage_uri="memcached://localhost:11211,localhost:11212,localhost:11213",
# MongoDB
# storage_uri="mongodb://localhost:27017",
# Etcd
# storage_uri="etcd://localhost:2379",
strategy="fixed-window", # or "moving-window"
)
Expand Down

0 comments on commit 5aed6e9

Please sign in to comment.