MemoryStore HashMaps and Sorted Maps always fails to store data with SetAsync()

These days I was trying to use MemoryStoreHashMaps to store some data, however, I found that SetAsync() always return false, and no data is stored when I check it with GetAsync(), no errors are given as well, the call simply just failed without any error, it looks as though there is some internal bug. I adjusted the parameters multiple times, none of the attempts worked. Therefore I believe it to be a internal problem.

PS. SortedMaps have the same problem as well, I haven’t run tests for Queue though.

Expected behavior

Data should be stored normally, even if it fails, an error shall produce. Not to mention that I used very simple parameters and only a few calls that won’t cause throttling problems.

Update:

UpdateAsync() seems to work normally, so I’ll be using that for the moment.

Can you provide a code sample that reproduces this?

The return value of MemoryStoreHashMap:SetAsync should be ignored. It will throw an error if the value could not be saved.

No there isnt any errors at all, just that the value simply failed to save

Would you be able to provide a small code snippet that illustrates the problem?

Hi @TheRealGavintalks , please reopen this tickett with a code snippet that could reproduce your error.