Key-value store
The key-value store provides a simple persistence layer for the players.
Last updated
Was this helpful?
The key-value store provides a simple persistence layer for the players.
Last updated
Was this helpful?
The player needs need to be to use the key-value store.
This class provides the methods to set, get and unset key-value pairs. This is executed within the context of the currently logged in player.
Size: there are no limits to the number of stored key/values as long as the total size is less than 256 kB.
Requests: Set/Get/Unset can be called unlimited amount of times but the execution may be throttled.