I don't get the examples that have - + in the command. I'm probably missing something that is well-known and I'm just not aware/or know where to get the info but for example at https://redis.io/docs/stack/timeseries/quickstart/
They have command
TS.RANGE sensor1 - + FILTER_BY_TS 1626435230501 1626443276598
but I don't get what the - + is. Does anyone know?
The command format is:
TS.RANGE key fromTimestamp toTimestampFrom the doc:
So in your case, it means DO NOT filter data by timestamp.