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!