is anybody using our redis/sqlalchemy datastores ? #1405
janiversen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are thinking about dropping direct support for redis and sqldatastore. Currently we have 2 datastores one for each, but they are without any good tests, and it seems that they might not be working as expected.
The proposal is to make a generic datastore where the user can define 2 callbacks one to get values and one to set values.
With callbacks we can limit the number of datastores, but keep very open to user implementations (which we are happy to add to our contrib section).
The datastore would probably need to be async in order to allow IO in the callbacks.
WDYT?
Beta Was this translation helpful? Give feedback.
All reactions