Fix incorrect type hints for txredis. (#12042)
Some properties were marked as RedisProtocol instead of ConnectionHandler, which wraps RedisProtocol instance(s).
Showing
- changelog.d/12042.misc 1 addition, 0 deletionschangelog.d/12042.misc
- stubs/txredisapi.pyi 6 additions, 3 deletionsstubs/txredisapi.pyi
- synapse/replication/tcp/external_cache.py 2 additions, 2 deletionssynapse/replication/tcp/external_cache.py
- synapse/replication/tcp/redis.py 3 additions, 3 deletionssynapse/replication/tcp/redis.py
- synapse/server.py 2 additions, 2 deletionssynapse/server.py
Loading
Please register or sign in to comment