redistimeseries integration?
vgoklani opened this issue · 2 comments
vgoklani commented
Is your feature request related to a problem?
Hello - does this library support the redistimeseries extension? I believe this has already been integrated into redis-py, per the deprecation notice in this document:
https://github.com/RedisTimeSeries/redistimeseries-py
Describe the solution you'd like
time-series integration
Describe alternatives you've considered
The synchronous redis client :(
Additional context
No response
Code of Conduct
- I agree to follow the aio-libs Code of Conduct
Andrew-Chen-Wang commented
vgoklani commented
thanks! I'm just running execute_command(...)
for one liners currently with TS.MRANGE, but a little worried about how i'm going to pipeline ...