Roblox API Reference

MemoryStoreSortedMap On DevHub

Summary

This class is not creatable. An object of this class cannot be created with Instance.new.
This item is not replicated. Its interface does not cross the network boundary.

Tags: [NotCreatable, NotReplicated]

Inherits (1)

Member index (5)

Type Member History
Tuple GetAsync (string key) 600
Array GetRangeAsync (SortDirection direction, int count, Variant exclusiveLowerBound, Variant exclusiveUpperBound) 600
null RemoveAsync (string key) 573
bool SetAsync (string key, Variant value, int64 expiration, Variant sortKey) 477 487 600
Tuple UpdateAsync (string key, Function transformFunction, int64 expiration) 477 477 487 600
57 members inherited from Instance

History

Members

GetAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
key string none

History

Tags: [Yields]

GetRangeAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
direction SortDirection none
count int none
exclusiveLowerBound Variant none
exclusiveUpperBound Variant none

History

Tags: [Yields]

RemoveAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
key string none

History

Tags: [Yields]

SetAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
key string none
value Variant none
expiration int64 none
sortKey Variant none

History

Tags: [Yields]

UpdateAsync On DevHub

This function yields. It will block the calling thread until completion.
Name Type Default
key string none
transformFunction Function none
expiration int64 none

History

Tags: [Yields]

Relevant enums (1)

Relevant members (1)