You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way we can also assume that conductor cache is a Key->Value, and users can use a cache that matches their env (D1/KV for CF, Redis/something else for other servers).
I wish to add a top-level
cache
configuration, so we can later use it for implementing plugins and other useful core things.For example:
And then the core of Conductor can use that, or plugins:
This way we can also assume that conductor cache is a Key->Value, and users can use a cache that matches their env (D1/KV for CF, Redis/something else for other servers).
Related:
The text was updated successfully, but these errors were encountered: