docs/actors/state/ #3678
Replies: 1 comment
-
|
The sharing and joining state hyperlink point to the wrong page, current link: https://www.rivet.dev/docs/actors/sharing-and-joining-state/ but the second link (https://www.rivet.dev/docs/actors/design-patterns/) doesn't seem to directly mention shared state |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
docs/actors/state/
Actor state provides the best of both worlds: it's stored in-memory and persisted automatically. This lets you work with the data without added latency while still being able to survive crashes & upgrades.
https://www.rivet.dev/docs/actors/state/
Beta Was this translation helpful? Give feedback.
All reactions