We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e6d99 commit 49e434eCopy full SHA for 49e434e
redis/typing.py
@@ -20,7 +20,7 @@
20
21
22
Number = Union[int, float]
23
-EncodedT = Union[bytes, memoryview]
+EncodedT = Union[bytes, bytearray, memoryview]
24
DecodedT = Union[str, int, float]
25
EncodableT = Union[EncodedT, DecodedT]
26
AbsExpiryT = Union[int, datetime]
0 commit comments