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
I have considered using SQL databases as storage instead of Redis. Would it work only for Postgres or would it be generic enough to support everything ActiveRecord does?
I have created a new Postgresql Gush::Client. It is API-compatible with the Redis client.
I have monkey-patched the client since Gush doesn't allow client replacement in our app.
We are still testing this patch, and so far, it looks good.
This addition will require changing Gush to allow Client swapping by configuration.
The text was updated successfully, but these errors were encountered: