# Limitador (library)
[](https://crates.io/crates/limitador)
[](https://docs.rs/limitador)
An embeddable rate-limiter library supporting in-memory, Redis and disk data stores.
For the complete documentation of the crate's API, please refer to [docs.rs](https://docs.rs/limitador/latest/limitador/)
## Features
* `redis_storage`: support for using Redis as the data storage backend.
* `disk_storage`: support for using RocksDB as a local disk storage backend.
* `lenient_conditions`: support for the deprecated syntax of `Condition`s
* `default`: `redis_storage`.