Memory Store Queue RemoveAsync() is not working

I was playing around with MemoryStoreService, and I found that I am unable to remove an item from the queue. I’ve tried everything that I can think of, but no matter what, the item stays in the queue list.

Expected output
The item is removed when :RemoveAsync() is called

Current output
The item remain in the queue when :RemoveAsync() is called

Screenshot 2021-11-13 115242

Screenshot 2021-11-13 115338

Any help would be greatly appreciated.

2 Likes

I don’t really know how MemoryStoreService works. But you can try to look it up here:
https://developer.roblox.com/en-us/articles/memory-store

1 Like

remove


second argument
it worked for me