Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/en-us/cloud-services/memory-stores/hash-map.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ After you get a hash map, call any of the following functions to read or write d
</tbody>
</table>

For in-depth documentation about each function, see `Class.MemoryStoreHashMap`.

<Alert severity="warning">
All functions accessing data structures in memory stores are asynchronous network calls that might occasionally fail. You should wrap these calls in `Global.LuaGlobals.pcall()` to catch and handle errors, as shown in the code samples.
</Alert>
Expand Down
Loading