Skip to content

Commit 817573e

Browse files
committed
Directly linked HashMap documentation to HashMap info page
1 parent cb04623 commit 817573e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en-us/cloud-services/memory-stores/hash-map.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ After you get a hash map, call any of the following functions to read or write d
5454
</tbody>
5555
</table>
5656

57+
For more in depth documentation about each function, see `Class.MemoryStoreHashMap`.
58+
5759
<Alert severity="warning">
5860
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.
5961
</Alert>

0 commit comments

Comments
 (0)