-
Notifications
You must be signed in to change notification settings - Fork 2.6k
not work with pipeline if extend Redis #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What's an embedded executor? Multiple Inheritance could probably solve your problem fairly easily.
|
thanks a lot. |
Closed
Kakadus
pushed a commit
to Kakadus/redis-py
that referenced
this issue
Jan 10, 2025
hiredis 3.0.0 breaks compatibility with valkey-py. This is just a temporary fix until redis#32 is ready. Signed-off-by: Salvatore Mesoraca <[email protected]>
Kakadus
pushed a commit
to Kakadus/redis-py
that referenced
this issue
Jan 10, 2025
Replace hiredis dependency with libvalkey
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Pipeline extends Redis, If I want to write a subclass extends Redis ,add some new method just like set_obj,get_obj in my own serialization, the pipeline should not work with these method. Because it extends Redis not my subclass.
Should pipeline be a embedded executor ?
Any good ideas?
The text was updated successfully, but these errors were encountered: