Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory store manager #1072

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

zbirenbaum
Copy link
Member

@zbirenbaum zbirenbaum commented Jul 1, 2024

Description

This PR implements MemoryStateManager in line with how RedisStateManager
is done. This is one step towards consolidating MemoryStateManager and
RedisStateManager into a single state manager which takes a dynamic
store type.

Type of change

Please delete options that aren't relevant.

  • New feature (non-breaking change which adds functionality)

Checklist

  • Updated documentation if needed
  • Tests added/amended
  • bazel test //... passes locally
  • PR is contained in a single commit, using git amend see some docs

This change is Reviewable

Moves and changes the helper structs for RedisStateManager so they can
be reused by other StateManagers such as MemoryStateManager.
This PR implements MemoryStateManager in line with how RedisStateManager
is done. This is one step towards consolidating MemoryStateManager and
RedisStateManager into a single state manager which takes a dynamic
store type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant