diff options
author | Chayim <chayim@users.noreply.github.com> | 2021-10-28 09:57:03 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 09:57:03 +0300 |
commit | eaa56b7d721182541bab087a6d61304c778f7ea9 (patch) | |
tree | 9ff017a9ef6f4fc9da152951a9939ef5297f8969 /setup.py | |
parent | 1f11f8c4ecbc2227c28077b9e9764e543c38d0a5 (diff) | |
download | redis-py-eaa56b7d721182541bab087a6d61304c778f7ea9.tar.gz |
redis timeseries support (#1652)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ setup( "redis.commands", "redis.commands.json", "redis.commands.search", + "redis.commands.timeseries", ] ), url="https://github.com/redis/redis-py", |