mirror of https://github.com/dapr/docs.git
Merge pull request #4404 from sclarke81/patch-1
Update workflow-quickstart.md regarding using Redis in production
This commit is contained in:
commit
639362ecc4
|
@ -10,6 +10,10 @@ description: Get started with the Dapr Workflow building block
|
|||
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}).
|
||||
{{% /alert %}}
|
||||
|
||||
{{% alert title="Note" color="primary" %}}
|
||||
Redis is currently used as the state store component for Workflows in the Quickstarts. However, Redis does not support transaction rollbacks and should not be used in production as an actor state store.
|
||||
{{% /alert %}}
|
||||
|
||||
Let's take a look at the Dapr [Workflow building block]({{< ref workflow-overview.md >}}). In this Quickstart, you'll create a simple console application to demonstrate Dapr's workflow programming model and the workflow management APIs.
|
||||
|
||||
In this guide, you'll:
|
||||
|
|
Loading…
Reference in New Issue