this repo has no description

๐Ÿ“ Add paragraph about storage support

+15
+15
README.md
··· 90 90 } 91 91 ``` 92 92 93 + 94 + ## How it works 95 + 96 + Once v1.0 is reached, `glimit` will use a distributed Token Bucket algorithm to rate limit requests. It will support multiple backend storage systems, such as Redis and in-memory storage. 97 + 98 + However, at the moment, `glimit` uses a simple Sliding Window algorithm with in-memory storage. This means that the rate limiter is not memory efficient and is not ready for production use. 99 + 100 + 101 + ## Documentation 102 + 93 103 Further documentation can be found at <https://hexdocs.pm/glimit>. 104 + 105 + 106 + ## Contributing 107 + 108 + Contributions like PR's, bug reports or suggestions are more than welcome! โ™ฅ๏ธ