I used to mark it as client:Redis[bytes] = Redis(decode_responses=False)
,
but it throw the error raise TypeError(f"{cls} is not a generic class")
what's the correct typing of bytes Redis.
I used to mark it as client:Redis[bytes] = Redis(decode_responses=False)
,
but it throw the error raise TypeError(f"{cls} is not a generic class")
what's the correct typing of bytes Redis.