Add SqlServer as another actor state store (#338)

This commit is contained in:
Ricardo Niepel 2020-02-10 21:27:25 +01:00 committed by GitHub
parent 918e9f6799
commit 723b969622
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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