-
Notifications
You must be signed in to change notification settings - Fork 21
Moving from extending Redis made us loose functionality #58
Comments
One thing we observed on this -- I believe that the decision to not inherit the Redis connection caused us to not be able to use the Python Redis Time Series client as the client of choice in our Django codebase using django-redis. We wound up manually implementing the commands we needed and using |
Hi Dan, |
Yes, I see and understand the need to pass the connection as a variable. I guess what we found is that anything that previously depended on the Perhaps you can offer both class types instead of one or the other? I can see use cases for both but the decision makes it harder to utilize things built for |
I've ran into these same issues in my own projects that rely on |
Moving from extending Redis made us loose functionality ref #57
The text was updated successfully, but these errors were encountered: