Update redis stubs to 4.2 (#7675)

Closes #7597
This commit is contained in:
Sebastian Rittau
2022-04-24 07:15:10 +02:00
committed by GitHub
parent 02e0c98d62
commit 3a98e8be6b
13 changed files with 65 additions and 54 deletions

View File

@@ -1,3 +1,6 @@
redis.Sentinel.master_for
redis.Sentinel.slave_for
redis.sentinel.Sentinel.master_for
redis.sentinel.Sentinel.slave_for
redis.client.Pipeline.transaction # instance attribute has same name as superclass method
redis.commands.search.commands.SearchCommands.explain # https://github.com/redis/redis-py/pull/1997
redis.ocsp # requires cryptography to be installed