Merge branch 'master' into actors

This commit is contained in:
Aman Bhardwaj 2019-10-28 09:26:26 -07:00 committed by GitHub
commit 88871721c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
# Supported state stores
<br>
| Name | CRUD | Transactional
| ------------- | -------|------ |
| Redis | V | V
| Azure CosmosDB | V | X |
| Redis | :white_check_mark: | :white_check_mark:
| Azure CosmosDB | :white_check_mark: | :x: |