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
@hhunter-ms we should definitely not document that Redis shouldn't be used as a state store. On the contrary, it's one of the most stable, tested and widely used state stores. What needs to be documented is that it's not a fit for transactions unless you can accept the limitations imposed by Redis transactions (documented here https://redis.io/docs/interact/transactions/#what-about-rollbacks).
In the future we might deprecate the transactions capability on Redis but that decision hasn't been made yet.
@hhunter-ms we should definitely not document that Redis shouldn't be used as a state store. On the contrary, it's one of the most stable, tested and widely used state stores. What needs to be documented is that it's not a fit for transactions unless you can accept the limitations imposed by Redis transactions (documented here https://redis.io/docs/interact/transactions/#what-about-rollbacks).
ah thanks for the clarification - I overheard this in the sync earlier but didn't totally catch the context
hhunter-ms
changed the title
Update docs in favor of SQLite as default state store
Docs for Redis transactions limitations
Sep 8, 2023
The text was updated successfully, but these errors were encountered: