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
Currently the strategies store all their state locally in memory which is a poor choice for a distributed system. What I want to achieve is an adapter that can be easily created to wrap Redis or a database etc for storage of state. That would enable strategies to become distributed but retain their state.
The text was updated successfully, but these errors were encountered:
Currently the strategies store all their state locally in memory which is a poor choice for a distributed system. What I want to achieve is an adapter that can be easily created to wrap Redis or a database etc for storage of state. That would enable strategies to become distributed but retain their state.
The text was updated successfully, but these errors were encountered: