We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Cannot import name 'Script' from 'redis.client' with 'redis-4.1.0'
To Reproduce Use pottery with 'redis-4.1.0'
Additional context 'redis.client.Script' has been removed. Look at the following code redis/redis-py@12f45ee#diff-3161b005adfa1f5266a9736bffb5ede9d14e2ab40937cb241bc16ca5647df79d
redis/redis-py#1748
The text was updated successfully, but these errors were encountered:
Met the same issue too.
Sorry, something went wrong.
Fix #552: Import Script from the correct place
89cc53e
edbdf70
Thanks to your detailed bug report, @wy-z, the fix was easy! And thanks for confirming, @jasonTu.
I've just released Pottery 2.2.2 which includes the bug fix.
brainix
No branches or pull requests
Describe the bug
Cannot import name 'Script' from 'redis.client' with 'redis-4.1.0'
To Reproduce
Use pottery with 'redis-4.1.0'
Additional context
'redis.client.Script' has been removed.
Look at the following code
redis/redis-py@12f45ee#diff-3161b005adfa1f5266a9736bffb5ede9d14e2ab40937cb241bc16ca5647df79d
redis/redis-py#1748
The text was updated successfully, but these errors were encountered: