RedisTimeSeries / redistimeseries-go

golang client lib for RedisTimeSeries

Home Page:https://redistimeseries.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request to add LATEST to TS.MGET

dbuarque opened this issue · comments

Please add the ability to run a TS.MGET with LATEST option.

Example:
TS.MGET LATEST FILTER symbol=foo

@dbuarque

TS.MGET has a LATEST flag (since RedisTimeSeries v1.8).
Are you requesting a different behavior? If so - please describe it.