This demo shows how to use the Dapr state store component to interact with a redis cache.
Run the following command to start the demo:
Linux:
./start-statestore.sh
Windows:
./start-statestore.ps1
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.