MemoryStore - Lack of Documentation

I am having issues finding the specific limitations of being able to call functions such as
MemoryStoreService:GetSortedMap().

The whole documentation on MemoryStore limits is very vague, and I’m confused about whether the :GetSortedMap() function counts towards the Requests Quota, or is there a completely different limitation for getting a sorted map.

I’d say that yes, :GetSortedMap() does indeed count as a request.

You have 1000 requests plus another 100 per player in the server. (per minute)
That is capped at 100,0000 per minute.

Yeah, the documentation is really rough at the moment, it’s still fairly new.

1 Like

Thanks a lot for your reply! :smile:

1 Like