StefH / DistributedCache.AzureTableStorage

IDistributedCache implementation for AzureTableStorage
MIT License
33 stars 10 forks source link

SetAsync fails when updating an existing value in V3.0 #13

Closed peterbomers closed 2 years ago

peterbomers commented 2 years ago

If fails with the following message: Azure.RequestFailedException: The specified entity already exists. The implementation should use UpsertEntityAsync (with mode replace?) instead of AddEntityAsync.

StefH commented 2 years ago

https://github.com/StefH/DistributedCache.AzureTableStorage/pull/14