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 bc917db commit 4863913Copy full SHA for 4863913
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