Skip to content

Commit

Permalink
adds List[T], to TRESULT
Browse files Browse the repository at this point in the history
  • Loading branch information
shohamazon committed Mar 14, 2024
1 parent 908d64a commit 14b73c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/python/glide/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
Dict[str, T],
float,
Set[T],
List[T],
]
TRequest = Union[RedisRequest, ConnectionRequest]
# When routing to a single node, response will be T
Expand Down

0 comments on commit 14b73c8

Please sign in to comment.