Skip to content

Commit 77957e5

Browse files
committed
feature: dummy redis server
1 parent dbbc4ed commit 77957e5

File tree

4 files changed

+275
-9
lines changed

4 files changed

+275
-9
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
*.rdb

Cargo.lock

+218-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ anyhow = "1.0.81"
1010
dashmap = "5.5.3"
1111
oneshot = "0.1.6"
1212
rand = "0.8.5"
13+
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros", "net", "io-util"] }
14+
tracing = "0.1.40"
15+
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }

0 commit comments

Comments
 (0)