MemoryStoreService bugs

Hi all, I noticed that such a potentially cool service as MemoryStoreService has a bunch of bugs and errors, maybe I’m doing something wrong?
The bugs I found are:

  1. When I call GetSortedMap() or GetQueue() methods they return the same queue or map named Instance, example

I change them name like this :

  1. For some reason the received queue item appears there again after 30 seconds without calling AddAsync(), although the invisibility parameter is set to 2. But if I call AddAsync(value, “sec<30”, 0) with this expiration, it won’t have time to duplicate and will be deleted completely. I thought that the item received from the queue is immediately removed from it permanently, is this true?

  2. Sometimes “Request failed” errors occur, it does not depend on me, they can be today and tomorrow disappear