The page refers to a MemoryStoreQueue:UpdateAsync() but when you click on the hyperlink, the method is nowhere to be found on the hyperlink’s page. only these methods exist: AddAsync, ReadAsync, RemoveAsync.
Hi Maxx, thanks for catching this! The update method should have linked to MemoryStoreSortedMap:UpdateAsync() instead of MemoryStoreQueue. I fixed it and it now links to the correct doc page -cat