2 Commits
Author SHA1 Message Date
coiax 714135f91b 🐑 Add Redis unlink function to client stubs (#4624)
Resolves #4623
2020-10-06 13:44:10 +02:00
coiax cd1b56662c Fixes inaccuracies in redis scan methods (#3870)
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.
2020-03-20 12:15:51 +01:00