Skip to content
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

ImportError: BasePipeline with redis-3.2.1 #65

Open
benjaminweb opened this issue Jun 3, 2019 · 1 comment
Open

ImportError: BasePipeline with redis-3.2.1 #65

benjaminweb opened this issue Jun 3, 2019 · 1 comment

Comments

@benjaminweb
Copy link

With redis-3.2.1 (python library) I get the following error:

/usr/local/lib/python3.7/site-packages/redis_lua/script.py in <module>
     17 from functools import partial
     18 from redis.client import Script as RedisScript
---> 19 from redis.client import BasePipeline
     20
     21 from .exceptions import error_handler

ImportError: cannot import name 'BasePipeline' from 'redis.client' (/usr/local/lib/python3.7/site-packages/redis/client.py)

With redis-2.10.6 not.

@benjaminweb
Copy link
Author

Can we borrow from
RedisJSON/redisjson-py@c47a634
?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant