Data Store
Last updated
Last updated
The Data Store provides simple key/value persistent storage. The Data Store API can be accessed using Platform.Server.DataStore
.
Data Store is durable. Data saved will not be deleted or cleaned up.
The Data Store API can only be used on the server.
Data Store is slower than Cache Store.
Some common use cases for the Data Store are:
User Profiles
Tracking Unlocks
Persistent Inventory