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.
Overview
Overview of the state management API building block
Learn more →
How-To: Save & get state
Use key value pairs to persist a state
Learn more →
How-To: Query state
Use the Query API for querying state stores
Learn more →
How-To: Build a stateful service
Use state management with a scaled, replicated service
Learn more →
How-To: Enable the transactional outbox pattern
Commit a single transaction across a state store and pub/sub message broker
Learn more →
How-To: Share state between applications
Learn the strategies for sharing state between different applications
Learn more →
How-To: Encrypt state
Automatically encrypt state and manage key rotations
Learn more →
Backend stores
Guides for working with specific backend states stores
Learn more →
State TTL
Manage state with TTL.
Learn more →