Skip to content

Limitador (library)

Crates.io docs.rs

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

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 Conditions
  • default: redis_storage.