-
Notifications
You must be signed in to change notification settings - Fork 7
New State driver implementation on top of SQLite #80
Copy link
Copy link
Open
Labels
Description
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
Reactions are currently unavailable