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
Version: 5.0.8
Description: #3001 was marked as breaking change and released (for the 5.0-series) in 5.0.8 but is not mentioned in the changelog.
Would it be possible to add it there?
Example corresponding change:
import redis x = redis.Redis() print(repr(x))
displays
In 5.0.7:
Redis<ConnectionPool<Connection<host=localhost,port=6379,db=0>>>
In 5.0.8:
<redis.client.Redis(<redis.connection.ConnectionPool(<redis.connection.Connection(host=localhost,port=6379,db=0)>)>)>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version: 5.0.8
Description: #3001 was marked as breaking change and released (for the 5.0-series) in 5.0.8 but is not mentioned in the changelog.
Would it be possible to add it there?
Example corresponding change:
displays
In 5.0.7:
In 5.0.8:
The text was updated successfully, but these errors were encountered: