mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-04 00:52:44 +08:00
The scan() and scan_iter() methods for redis Client objects had incorrect stubs, this has been fixed. Tested on pyredis 3.3.8; the output of those functions does depend on the `decode_responses` configuration, so Any was used instead of a Union return type.