aio-libs-abandoned/aioredis-py

redistimeseries integration?

vgoklani opened this issue · 2 comments

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

Should be included in our huge PR #1156 though there may be some missing features since we haven't update it all the way to parallel with redis-py yet. I wouldn't expect it anytime soon unfortunately as I'm waiting for #1225 to be completed before merging #1156.

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 ...