mirror of https://github.com/dapr/docs.git
Add SqlServer as another actor state store (#338)
This commit is contained in:
parent
918e9f6799
commit
723b969622
|
|
@ -12,6 +12,7 @@ To use actors, your state store must support multi-item transactions. This mean
|
|||
|
||||
- Redis
|
||||
- MongoDB
|
||||
- SQL Server
|
||||
|
||||
### Save the Actor State
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue