Skip to content

New State driver implementation on top of SQLite #80

@ndobromirov

Description

@ndobromirov

Steps to reproduce

I've read somewhere in the issue queue:

However, I can see the value in sharing an L1 if it's actually persistent and shareable, like SQLiteL1. In that case, you may want to explicitly set the pool for both FastCGI and the CLI so they can share. This would currently cause issues between the CLI and FastCGI because the best state driver for SQLiteL1 is still backed by APCu.

Expected behavior

The best state driver is SQLite (for now).

Actual behavior

The best state river for SQLite is APCu backed. Though it is best in terms of speed, sacrificing consistency.
StateSQLiteL1 should be implemented.

Frameworks tested

Which module / plugin were you using?

  • Using lcache/lcache directly

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions