Skip to content

Implement Redis/Postgres-based YStore for multi-replica environments #136

@matusdrobuliak66

Description

@matusdrobuliak66

From what I can see, we currently support only FileYStore, TempFileYStore, and SQLLiteYStore. If I'm running the application with multiple web server replicas, where users might be connected to different instances, I'll need an external store such as Redis or Postgres—centralized database that live outside the application container.

I assume this could be implemented in a similar way using the abstract base class BaseYStore. Or has someone already done this somewhere? Thanks for the info!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions