Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Latest commit

 

History

History
 
 

client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Before you run the example make sure local redis state store is running by executing:

docker ps
  1. To run the example we need to first build the examples using the following command:
cargo build --examples
  1. Run the example with dapr using the following command:
dapr run --app-id=rustapp --dapr-grpc-port 3500 cargo run -- --example client

If everything went well you should see the following output along with dapr logs:

Successfully saved!
Value is "world"
Deleted value: []