Skip to content

Latest commit

 

History

History

statestore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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.