summary refs log tree commit diff
path: root/changelog.d/12042.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.55.0rc1David Robertson2022-03-151-1/+0
|
* Fix incorrect type hints for txredis. (#12042)Patrick Cloke2022-03-081-0/+1
Some properties were marked as RedisProtocol instead of ConnectionHandler, which wraps RedisProtocol instance(s).