Global share datastore -- Datastore2?

I would like my game to update and save the world data (not player data) frequently, and can be read by other server.
Is Datastore2 a good option as it doesn’t have session locking? or is there any better solution? Thx!

I think you looking for MessagingService.

Sorry but I would like to make the data saved even after all servers shut down, I don’t think messaging services can do this.