Skip to content

Commit

Permalink
Initial persistent storage using Sled
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsnaps committed May 12, 2023
1 parent 8d89846 commit 79b2881
Show file tree
Hide file tree
Showing 9 changed files with 622 additions and 39 deletions.
160 changes: 145 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions limitador/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ async-trait = "0.1"
cfg-if = "1"
prometheus = "0.13"
lazy_static = "1"
sled = "0.34.7"

# Optional dependencies
redis = { version = "0.21", optional = true, features = [
Expand All @@ -49,6 +50,7 @@ serial_test = "0.9"
criterion = { version = "0.4", features = ["html_reports"] }
paste = "1"
rand = "0.8"
tempdir = "0.3.7"
tokio = { version = "1", features = [
"rt-multi-thread",
"macros",
Expand Down
Loading

0 comments on commit 79b2881

Please sign in to comment.