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
Optimize the linked state loading path in redis mode by only linking states
which are already cached and augmenting `get_state` to link in dynamically
fetched states.
Adds SharedStateBaseInternal as an _always_dirty_substates from the root state.
This causes it to be always shallow-cached when loading any states from redis.
Therefore it will be available for use with `_modify_linked_states` without
explicitly getting it (and by consequence ALL SharedState instances). Only
required SharedState classes will be fetched now.
0 commit comments