You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en-us/cloud-services/memory-stores/hash-map.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ After you get a hash map, call any of the following functions to read or write d
54
54
</tbody>
55
55
</table>
56
56
57
+
For more in depth documentation about each function, see `Class.MemoryStoreHashMap`.
58
+
57
59
<Alertseverity="warning">
58
60
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.
0 commit comments