Kuadrant / limitador

Rate limiter
Apache License 2.0
60 stars 21 forks source link

Fix `--no-default-features` and bench #342

Closed alexsnaps closed 6 months ago

alexsnaps commented 6 months ago

redis-test in our dev-dependencies depends on redis but doesn't enable the async runtime... so this needs to be done explicitly by our crate.

In turn: --no-default-features compiles and lets us run bench on just the in mem store, or that and other *_storages as one decides