Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 456 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 456 Bytes

Dapr StateStore Component Demo

This demo shows how to use the Dapr state store component to interact with a redis cache.

Run Demo

Run the following command to start the demo:

Linux:

./start-statestore.sh

Windows:

./start-statestore.ps1

Demo Output

Show all the different operations you can perform on the state store. Plus show the usage of the StateEntry and show how it simplifies the way to change the value.