This repository has been archived by the owner on Jul 6, 2024. It is now read-only.
Replies: 2 comments 2 replies
-
It seems that when I pass Is there a way to pass a list of conjunctive and disjunctive filters? Error: RedisTimeSeries class (TS.MRANGE): ReplyError: ERR TSDB: failed parsing labels |
Beta Was this translation helpful? Give feedback.
2 replies
-
The issue has to do with how FILTERS gets passed to send command, will open PR with fix this or next week |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to investigate whether multiple filters are supported in mrange. For example, I can run this command on the CLI:
TS.MRANGE 1676504220000 1676505900000 FILTER id=(id1, id2) type=aType prop=aProp GROUPBY prop REDUCE min
But i can't seem to pass a list of filters using mrange -- I've tried delimiting the filter string with a space as i've done above and with a comma, but neither work.
Is there a debug option that shows the exact command that's run against the database? showDebugOptions shows arguments but not that exact command
Thank you
Beta Was this translation helpful? Give feedback.
All reactions