Files
typeshed/third_party/2and3
Bruce Merry c81b3cfe59 Fix some incorrect redis Text annotations (#3969)
I've changed some instances of `Text` to `_Key` so that bytes will be
accepted as well. I'm not sure if they should be `_Str` instead. The
existing annotations seem to use a mix of the two. _Str is a better
reflection of what redis-py will accept (any arguments that it passes
through to the redis server can be _Str and it'll convert to bytes); but
passing an int or float where a key is expected may be a code smell.
2020-05-07 19:32:56 -07:00
..
2020-03-05 09:21:52 +01:00
2019-10-29 19:50:20 -07:00
2019-11-03 18:26:43 +01:00
2018-06-11 19:50:56 -07:00
2020-02-26 17:57:50 +00:00
2019-10-24 20:19:08 -07:00
2018-03-20 15:32:50 -07:00
2018-08-02 23:02:49 -07:00