aio-libs-abandoned / aioredis-py

asyncio (PEP 3156) Redis support
https://aioredis.readthedocs.io/
MIT License
2.3k stars 336 forks source link

redistimeseries integration? #1238

Open vgoklani opened 2 years ago

vgoklani commented 2 years ago

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

Andrew-Chen-Wang commented 2 years ago

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.

vgoklani commented 2 years ago

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