We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e816e commit e9c38edCopy full SHA for e9c38ed
README.md
@@ -32,7 +32,7 @@ for interacting with the server.
32
Start the server:
33
34
```
35
-RUST_LOG=debug cargo run --bin server
+RUST_LOG=debug cargo run --bin mini-redis-server
36
37
38
The [`tracing`](https://github.com/tokio-rs/tracing) crate is used to provide structured logs.
@@ -51,9 +51,9 @@ Additionally, a CLI client is provided to run arbitrary commands from the
51
terminal. With the server running, the following works:
52
53
54
-cargo run --bin cli set foo bar
+cargo run --bin mini-redis-cli set foo bar
55
56
-cargo run --bin cli get foo
+cargo run --bin mini-redis-cli get foo
57
58
59
## Supported commands
0 commit comments