mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
fix ci
This commit is contained in:
@ -21,4 +21,4 @@ MongoDB manual.
|
||||
|
||||
### Run the example
|
||||
|
||||
To execute the example code, run `cargo run` in the `database_interactions/mongodb` directory.
|
||||
To execute the example code, run `cargo run` in the `databases/mongodb` directory.
|
||||
|
@ -5,7 +5,7 @@ This project illustrates how to send multiple cache requests to Redis in bulk, a
|
||||
## Start Server
|
||||
|
||||
```sh
|
||||
cd database_interactions/redis
|
||||
cd databases/redis
|
||||
cargo run
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user