Add __version__/VERSION to redis (#7838)

This commit is contained in:
Sam Bull
2022-05-15 11:55:12 +01:00
committed by GitHub
parent dbccdcb50e
commit 686cd6ef63

View File

@@ -59,3 +59,6 @@ RedisError = exceptions.RedisError
ResponseError = exceptions.ResponseError
TimeoutError = exceptions.TimeoutError
WatchError = exceptions.WatchError
__version__: str
VERSION: tuple[int | str, ...]