You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
consistency=DAPR_CONSISTENCY_STRONG, # or "strong"
267
267
)
268
268
```
269
269
270
-
**Important**: Consistency levels apply to both read and write operations. When using `CONSISTENCY_STRONG`, the session ensures that reads always reflect the most recent writes, preventing stale data after updates.
270
+
**Important**: Consistency levels apply to both read and write operations. When using `DAPR_CONSISTENCY_STRONG`, the session ensures that reads always reflect the most recent writes, preventing stale data after updates.
271
271
272
272
Support varies by state store. See [Dapr consistency documentation](https://docs.dapr.io/developing-applications/building-blocks/state-management/state-management-overview/#consistency).
0 commit comments