State management
More about Dapr State Management
Learn more about how to use Dapr State Management:
- Try the State Management quickstart.
- Explore state management via any of the supporting Dapr SDKs.
- Review the State Management API reference documentation.
- Browse the supported state management component specs.
State management overview
Overview of the state management API building block
How-To: Save and get state
Use key value pairs to persist a state
How-To: Query state
Use the Query API for querying state stores
How-To: Build a stateful service
Use state management with a scaled, replicated service
How-To: Enable the transactional outbox pattern
Commit a single transaction across a state store and pub/sub message broker
How-To: Share state between applications
Learn the strategies for sharing state between different applications
How-To: Encrypt application state
Automatically encrypt state and manage key rotations
Work with backend state stores
Guides for working with specific backend states stores
State Time-to-Live (TTL)
Manage state with TTL.
Last modified October 12, 2023: Update config.toml (#3826) (0ffc2e7)